Shades of Caribbean Green #08CFA0
Tints of Caribbean Green #08CFA0
RGB
CMYK
RGB Variations
Color information
#08CFA0 (or 0x08CFA0) is known color: Caribbean Green. HEX triplet: 08, CF and A0. RGB value is (8,207,160). Sum of RGB (Red+Green+Blue) = 8+207+160=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CFA0 is #F7305F. Grayscale: #8E8E8E. Windows color (decimal): -16199776 or 10538760. OLE color: 10538760.
HSL color Cylindrical-coordinate representation of color #08CFA0: hue angle of 165.83º 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 #08CFA0 is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 160 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.19 |
| HSL | 165.83º | 0.93% | 0.42% | - |
| HSV(B) | 165.83º | 0.96% | 0.81% | - |
| XYZ | 28.76 | 47.22 | 40.86 | - |
| YUV | 142.14 | 138.07 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 160 | 0.96 | 0 | 0.23 | 0.19 | 165.83 | 0.93 | 0.42 |
| Hex | 8 | CF | A0 | 60 | 0 | 17 | 13 | A6 | 5D | 2A |
| Octal | 10 | 317 | 240 | 140 | 0 | 27 | 23 | 246 | 135 | 52 |
| Binary | 1000 | 11001111 | 10100000 | 1100000 | 0 | 10111 | 10011 | 10100110 | 1011101 | 101010 |
Color Harmonies of #08CFA0
Complementary color
Monochromatic Colors of #08CFA0
Black with #08CFA0
Text Example
Text Example
White with #08CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFA0; }
p { color: rgb(8,207,160); }
H1.HeaderClassName
{
color: #08CFA0;
}
.AnyTagClassName
{
color: #08CFA0;
}
</style>
background-color css
<style>
a { background-color: #08CFA0; }
a { background-color: rgb(8,207,160); }
div.DivClassName
{
background-color: #08CFA0;
}
.BgClassName
{
background-color: #08CFA0;
}
</style>
border-color css
<style>
span { border-color: #08CFA0; }
span { border-color: rgb(8,207,160); }
td.TdClassName
{
border-color: #08CFA0;
}
.TagClassName
{
border-color: #08CFA0;
}
</style>