Shades of Caribbean Green #08C49F
Tints of Caribbean Green #08C49F
RGB
CMYK
RGB Variations
Color information
#08C49F (or 0x08C49F) is known color: Caribbean Green. HEX triplet: 08, C4 and 9F. RGB value is (8,196,159). Sum of RGB (Red+Green+Blue) = 8+196+159=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #08C49F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C49F is #F73B60. Grayscale: #878787. Windows color (decimal): -16202593 or 10470408. OLE color: 10470408.
HSL color Cylindrical-coordinate representation of color #08C49F: hue angle of 168.19º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C49F is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 159 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.23 |
| HSL | 168.19º | 0.92% | 0.4% | - |
| HSV(B) | 168.19º | 0.96% | 0.77% | - |
| XYZ | 26.1 | 42.03 | 39.54 | - |
| YUV | 135.57 | 141.22 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 159 | 0.96 | 0 | 0.19 | 0.23 | 168.19 | 0.92 | 0.4 |
| Hex | 8 | C4 | 9F | 60 | 0 | 13 | 17 | A8 | 5C | 28 |
| Octal | 10 | 304 | 237 | 140 | 0 | 23 | 27 | 250 | 134 | 50 |
| Binary | 1000 | 11000100 | 10011111 | 1100000 | 0 | 10011 | 10111 | 10101000 | 1011100 | 101000 |
Color Harmonies of #08C49F
Complementary color
Monochromatic Colors of #08C49F
Black with #08C49F
Text Example
Text Example
White with #08C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C49F; }
p { color: rgb(8,196,159); }
H1.HeaderClassName
{
color: #08C49F;
}
.AnyTagClassName
{
color: #08C49F;
}
</style>
background-color css
<style>
a { background-color: #08C49F; }
a { background-color: rgb(8,196,159); }
div.DivClassName
{
background-color: #08C49F;
}
.BgClassName
{
background-color: #08C49F;
}
</style>
border-color css
<style>
span { border-color: #08C49F; }
span { border-color: rgb(8,196,159); }
td.TdClassName
{
border-color: #08C49F;
}
.TagClassName
{
border-color: #08C49F;
}
</style>