Shades of Caribbean Green #08CFAA
Tints of Caribbean Green #08CFAA
RGB
CMYK
RGB Variations
Color information
#08CFAA (or 0x08CFAA) is known color: Caribbean Green. HEX triplet: 08, CF and AA. RGB value is (8,207,170). Sum of RGB (Red+Green+Blue) = 8+207+170=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CFAA is #F73055. Grayscale: #8F8F8F. Windows color (decimal): -16199766 or 11194120. OLE color: 11194120.
HSL color Cylindrical-coordinate representation of color #08CFAA: hue angle of 168.84º 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 #08CFAA is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 170 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.19 |
| HSL | 168.84º | 0.93% | 0.42% | - |
| HSV(B) | 168.84º | 0.96% | 0.81% | - |
| XYZ | 29.67 | 47.58 | 45.65 | - |
| YUV | 143.28 | 143.07 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 170 | 0.96 | 0 | 0.18 | 0.19 | 168.84 | 0.93 | 0.42 |
| Hex | 8 | CF | AA | 60 | 0 | 12 | 13 | A9 | 5D | 2A |
| Octal | 10 | 317 | 252 | 140 | 0 | 22 | 23 | 251 | 135 | 52 |
| Binary | 1000 | 11001111 | 10101010 | 1100000 | 0 | 10010 | 10011 | 10101001 | 1011101 | 101010 |
Color Harmonies of #08CFAA
Complementary color
Monochromatic Colors of #08CFAA
Black with #08CFAA
Text Example
Text Example
White with #08CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFAA; }
p { color: rgb(8,207,170); }
H1.HeaderClassName
{
color: #08CFAA;
}
.AnyTagClassName
{
color: #08CFAA;
}
</style>
background-color css
<style>
a { background-color: #08CFAA; }
a { background-color: rgb(8,207,170); }
div.DivClassName
{
background-color: #08CFAA;
}
.BgClassName
{
background-color: #08CFAA;
}
</style>
border-color css
<style>
span { border-color: #08CFAA; }
span { border-color: rgb(8,207,170); }
td.TdClassName
{
border-color: #08CFAA;
}
.TagClassName
{
border-color: #08CFAA;
}
</style>