Html Css Color HEX #6BB08E Acapulco

📋 copy color: '#6BB08E'

red 107 ◦ green 176 ◦ blue 142

#6BB08E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #6BB08E

Tints of Acapulco #6BB08E

RGB

 RED value IS 107 (42.19% from 255) = 25.18%

 GREEN value IS 176 (69.14% from 255) = 41.41%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 25.18%
G = 41.41%
B = 33.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6BB08E (or 0x6BB08E) is known color: Acapulco. HEX triplet: 6B, B0 and 8E. RGB value is (107,176,142). Sum of RGB (Red+Green+Blue) = 107+176+142=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB08E is #944F71. Grayscale: #979797. Windows color (decimal): -9719666 or 9351275. OLE color: 9351275.

HSL color Cylindrical-coordinate representation of color #6BB08E: hue angle of 150.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB08E is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 142 -
CMYK 0.39 0 0.19 0.31
HSL 150.43º 0.3% 0.55% -
HSV(B) 150.43º 0.39% 0.69% -
XYZ 26.47 36.13 31.17 -
YUV 151.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 107 176 142 0.39 0 0.19 0.31 150.43 0.3 0.55
Hex 6B B0 8E 27 0 13 1F 96 1E 37
Octal 153 260 216 47 0 23 37 226 36 67
Binary 1101011 10110000 10001110 100111 0 10011 11111 10010110 11110 110111

Color Harmonies of #6BB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB08E

Black with #6BB08E

Text Example


Text Example

White with #6BB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BB08E; }

 p { color: rgb(107,176,142); }

 H1.HeaderClassName
 {
   color: #6BB08E;
 }
 .AnyTagClassName
 {
   color: #6BB08E;
 }
</style>

background-color css

<style>
 a { background-color: #6BB08E; }

 a { background-color: rgb(107,176,142); }

 div.DivClassName
 {
   background-color: #6BB08E;
 }
 .BgClassName
 {
   background-color: #6BB08E;
 }
</style>

border-color css

<style>
 span { border-color: #6BB08E; }

 span { border-color: rgb(107,176,142); }

 td.TdClassName
 {
   border-color: #6BB08E;
 }
 .TagClassName
 {
   border-color: #6BB08E;
 }
</style>