Shades of Caribbean Green #08DCAE
Tints of Caribbean Green #08DCAE
RGB
CMYK
RGB Variations
Color information
#08DCAE (or 0x08DCAE) is known color: Caribbean Green. HEX triplet: 08, DC and AE. RGB value is (8,220,174). Sum of RGB (Red+Green+Blue) = 8+220+174=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #08DCAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08DCAE is #F72351. Grayscale: #979797. Windows color (decimal): -16196434 or 11459592. OLE color: 11459592.
HSL color Cylindrical-coordinate representation of color #08DCAE: hue angle of 166.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DCAE is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 220 | 174 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.14 |
| HSL | 166.98º | 0.93% | 0.45% | - |
| HSV(B) | 166.98º | 0.96% | 0.86% | - |
| XYZ | 33.33 | 54.29 | 48.77 | - |
| YUV | 151.37 | 140.76 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 174 | 0.96 | 0 | 0.21 | 0.14 | 166.98 | 0.93 | 0.45 |
| Hex | 8 | DC | AE | 60 | 0 | 15 | E | A7 | 5D | 2D |
| Octal | 10 | 334 | 256 | 140 | 0 | 25 | 16 | 247 | 135 | 55 |
| Binary | 1000 | 11011100 | 10101110 | 1100000 | 0 | 10101 | 1110 | 10100111 | 1011101 | 101101 |
Color Harmonies of #08DCAE
Complementary color
Monochromatic Colors of #08DCAE
Black with #08DCAE
Text Example
Text Example
White with #08DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCAE; }
p { color: rgb(8,220,174); }
H1.HeaderClassName
{
color: #08DCAE;
}
.AnyTagClassName
{
color: #08DCAE;
}
</style>
background-color css
<style>
a { background-color: #08DCAE; }
a { background-color: rgb(8,220,174); }
div.DivClassName
{
background-color: #08DCAE;
}
.BgClassName
{
background-color: #08DCAE;
}
</style>
border-color css
<style>
span { border-color: #08DCAE; }
span { border-color: rgb(8,220,174); }
td.TdClassName
{
border-color: #08DCAE;
}
.TagClassName
{
border-color: #08DCAE;
}
</style>