Html Css Color HEX #08CBAB Caribbean Green

📋 copy color: '#08CBAB'

red 8 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #08CBAB

Tints of Caribbean Green #08CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 2.09%
G = 53.14%
B = 44.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#08CBAB (or 0x08CBAB) is known color: Caribbean Green. HEX triplet: 08, CB and AB. RGB value is (8,203,171). Sum of RGB (Red+Green+Blue) = 8+203+171=382 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.09% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBAB is #F73454. Grayscale: #8C8C8C. Windows color (decimal): -16200789 or 11258632. OLE color: 11258632.

HSL color Cylindrical-coordinate representation of color #08CBAB: hue angle of 170.15º 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 #08CBAB is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 203 171 -
CMYK 0.96 0 0.16 0.20
HSL 170.15º 0.92% 0.41% -
HSV(B) 170.15º 0.96% 0.8% -
XYZ 28.81 45.7 45.83 -
YUV 141.05 144.9 33.1 -
System Red Green Blue C M Y K H S L
Decimal 8 203 171 0.96 0 0.16 0.20 170.15 0.92 0.41
Hex 8 CB AB 60 0 10 14 AA 5C 29
Octal 10 313 253 140 0 20 24 252 134 51
Binary 1000 11001011 10101011 1100000 0 10000 10100 10101010 1011100 101001

Color Harmonies of #08CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBAB

Black with #08CBAB

Text Example


Text Example

White with #08CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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