Html Css Color HEX #08CBAF Caribbean Green

📋 copy color: '#08CBAF'

red 8 ◦ green 203 ◦ blue 175

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

Shades of Caribbean Green #08CBAF

Tints of Caribbean Green #08CBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 2.07%
G = 52.59%
B = 45.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#08CBAF (or 0x08CBAF) is known color: Caribbean Green. HEX triplet: 08, CB and AF. RGB value is (8,203,175). Sum of RGB (Red+Green+Blue) = 8+203+175=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #08CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CBAF is #F73450. Grayscale: #8D8D8D. Windows color (decimal): -16200785 or 11520776. OLE color: 11520776.

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

Color convert

RGB 8 203 175 -
CMYK 0.96 0 0.14 0.20
HSL 171.38º 0.92% 0.41% -
HSV(B) 171.38º 0.96% 0.8% -
XYZ 29.19 45.86 47.87 -
YUV 141.5 146.9 32.78 -
System Red Green Blue C M Y K H S L
Decimal 8 203 175 0.96 0 0.14 0.20 171.38 0.92 0.41
Hex 8 CB AF 60 0 E 14 AB 5C 29
Octal 10 313 257 140 0 16 24 253 134 51
Binary 1000 11001011 10101111 1100000 0 1110 10100 10101011 1011100 101001

Color Harmonies of #08CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CBAF

Black with #08CBAF

Text Example


Text Example

White with #08CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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