Shades of Caribbean Green #08C49D
Tints of Caribbean Green #08C49D
RGB
CMYK
RGB Variations
Color information
#08C49D (or 0x08C49D) is known color: Caribbean Green. HEX triplet: 08, C4 and 9D. RGB value is (8,196,157). Sum of RGB (Red+Green+Blue) = 8+196+157=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #08C49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C49D is #F73B62. Grayscale: #878787. Windows color (decimal): -16202595 or 10339336. OLE color: 10339336.
HSL color Cylindrical-coordinate representation of color #08C49D: hue angle of 167.55º 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 #08C49D is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 157 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.23 |
| HSL | 167.55º | 0.92% | 0.4% | - |
| HSV(B) | 167.55º | 0.96% | 0.77% | - |
| XYZ | 25.93 | 41.97 | 38.63 | - |
| YUV | 135.34 | 140.22 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 157 | 0.96 | 0 | 0.20 | 0.23 | 167.55 | 0.92 | 0.4 |
| Hex | 8 | C4 | 9D | 60 | 0 | 14 | 17 | A8 | 5C | 28 |
| Octal | 10 | 304 | 235 | 140 | 0 | 24 | 27 | 250 | 134 | 50 |
| Binary | 1000 | 11000100 | 10011101 | 1100000 | 0 | 10100 | 10111 | 10101000 | 1011100 | 101000 |
Color Harmonies of #08C49D
Complementary color
Monochromatic Colors of #08C49D
Black with #08C49D
Text Example
Text Example
White with #08C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C49D; }
p { color: rgb(8,196,157); }
H1.HeaderClassName
{
color: #08C49D;
}
.AnyTagClassName
{
color: #08C49D;
}
</style>
background-color css
<style>
a { background-color: #08C49D; }
a { background-color: rgb(8,196,157); }
div.DivClassName
{
background-color: #08C49D;
}
.BgClassName
{
background-color: #08C49D;
}
</style>
border-color css
<style>
span { border-color: #08C49D; }
span { border-color: rgb(8,196,157); }
td.TdClassName
{
border-color: #08C49D;
}
.TagClassName
{
border-color: #08C49D;
}
</style>