Html Css Color HEX #08CBA9 Caribbean Green

📋 copy color: '#08CBA9'

red 8 ◦ green 203 ◦ blue 169

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

Shades of Caribbean Green #08CBA9

Tints of Caribbean Green #08CBA9

RGB

 RED value IS 8 (3.52% from 255) = 2.11%

 GREEN value IS 203 (79.69% from 255) = 53.42%

 BLUE value IS 169 (66.41% from 255) = 44.47%

R = 2.11%
G = 53.42%
B = 44.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#08CBA9 (or 0x08CBA9) is known color: Caribbean Green. HEX triplet: 08, CB and A9. RGB value is (8,203,169). Sum of RGB (Red+Green+Blue) = 8+203+169=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBA9 is #F73456. Grayscale: #8C8C8C. Windows color (decimal): -16200791 or 11127560. OLE color: 11127560.

HSL color Cylindrical-coordinate representation of color #08CBA9: hue angle of 169.54º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBA9 is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 169 -
CMYK 0.96 0 0.17 0.20
HSL 169.54º 0.92% 0.41% -
HSV(B) 169.54º 0.96% 0.8% -
XYZ 28.62 45.63 44.83 -
YUV 140.82 143.9 33.26 -
System Red Green Blue C M Y K H S L
Decimal 8 203 169 0.96 0 0.17 0.20 169.54 0.92 0.41
Hex 8 CB A9 60 0 11 14 AA 5C 29
Octal 10 313 251 140 0 21 24 252 134 51
Binary 1000 11001011 10101001 1100000 0 10001 10100 10101010 1011100 101001

Color Harmonies of #08CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBA9

Black with #08CBA9

Text Example


Text Example

White with #08CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CBA9; }

 p { color: rgb(8,203,169); }

 H1.HeaderClassName
 {
   color: #08CBA9;
 }
 .AnyTagClassName
 {
   color: #08CBA9;
 }
</style>

background-color css

<style>
 a { background-color: #08CBA9; }

 a { background-color: rgb(8,203,169); }

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

border-color css

<style>
 span { border-color: #08CBA9; }

 span { border-color: rgb(8,203,169); }

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