Shades of Caribbean Green #08C49C
Tints of Caribbean Green #08C49C
RGB
CMYK
RGB Variations
Color information
#08C49C (or 0x08C49C) is known color: Caribbean Green. HEX triplet: 08, C4 and 9C. RGB value is (8,196,156). Sum of RGB (Red+Green+Blue) = 8+196+156=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #08C49C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C49C is #F73B63. Grayscale: #878787. Windows color (decimal): -16202596 or 10273800. OLE color: 10273800.
HSL color Cylindrical-coordinate representation of color #08C49C: hue angle of 167.23º 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 #08C49C is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 156 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.23 |
| HSL | 167.23º | 0.92% | 0.4% | - |
| HSV(B) | 167.23º | 0.96% | 0.77% | - |
| XYZ | 25.84 | 41.93 | 38.18 | - |
| YUV | 135.23 | 139.72 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 156 | 0.96 | 0 | 0.20 | 0.23 | 167.23 | 0.92 | 0.4 |
| Hex | 8 | C4 | 9C | 60 | 0 | 14 | 17 | A7 | 5C | 28 |
| Octal | 10 | 304 | 234 | 140 | 0 | 24 | 27 | 247 | 134 | 50 |
| Binary | 1000 | 11000100 | 10011100 | 1100000 | 0 | 10100 | 10111 | 10100111 | 1011100 | 101000 |
Color Harmonies of #08C49C
Complementary color
Monochromatic Colors of #08C49C
Black with #08C49C
Text Example
Text Example
White with #08C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C49C; }
p { color: rgb(8,196,156); }
H1.HeaderClassName
{
color: #08C49C;
}
.AnyTagClassName
{
color: #08C49C;
}
</style>
background-color css
<style>
a { background-color: #08C49C; }
a { background-color: rgb(8,196,156); }
div.DivClassName
{
background-color: #08C49C;
}
.BgClassName
{
background-color: #08C49C;
}
</style>
border-color css
<style>
span { border-color: #08C49C; }
span { border-color: rgb(8,196,156); }
td.TdClassName
{
border-color: #08C49C;
}
.TagClassName
{
border-color: #08C49C;
}
</style>