Html Css Color HEX #08CEAD Caribbean Green

📋 copy color: '#08CEAD'

red 8 ◦ green 206 ◦ blue 173

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

Shades of Caribbean Green #08CEAD

Tints of Caribbean Green #08CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.23%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 2.07%
G = 53.23%
B = 44.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#08CEAD (or 0x08CEAD) is known color: Caribbean Green. HEX triplet: 08, CE and AD. RGB value is (8,206,173). Sum of RGB (Red+Green+Blue) = 8+206+173=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #08CEAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CEAD is #F73152. Grayscale: #8E8E8E. Windows color (decimal): -16200019 or 11390472. OLE color: 11390472.

HSL color Cylindrical-coordinate representation of color #08CEAD: hue angle of 170º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CEAD is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 206 173 -
CMYK 0.96 0 0.16 0.19
HSL 170º 0.93% 0.42% -
HSV(B) 170º 0.96% 0.81% -
XYZ 29.71 47.21 47.08 -
YUV 143.04 144.9 31.68 -
System Red Green Blue C M Y K H S L
Decimal 8 206 173 0.96 0 0.16 0.19 170 0.93 0.42
Hex 8 CE AD 60 0 10 13 AA 5D 2A
Octal 10 316 255 140 0 20 23 252 135 52
Binary 1000 11001110 10101101 1100000 0 10000 10011 10101010 1011101 101010

Color Harmonies of #08CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CEAD

Black with #08CEAD

Text Example


Text Example

White with #08CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,206,173); }

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

background-color css

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

 a { background-color: rgb(8,206,173); }

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

border-color css

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

 span { border-color: rgb(8,206,173); }

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