Shades of Caribbean Green #08C491
Tints of Caribbean Green #08C491
RGB
CMYK
RGB Variations
Color information
#08C491 (or 0x08C491) is known color: Caribbean Green. HEX triplet: 08, C4 and 91. RGB value is (8,196,145). Sum of RGB (Red+Green+Blue) = 8+196+145=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #08C491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C491 is #F73B6E. Grayscale: #858585. Windows color (decimal): -16202607 or 9552904. OLE color: 9552904.
HSL color Cylindrical-coordinate representation of color #08C491: hue angle of 163.72º 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 #08C491 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 196 | 145 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.23 |
| HSL | 163.72º | 0.92% | 0.4% | - |
| HSV(B) | 163.72º | 0.96% | 0.77% | - |
| XYZ | 24.95 | 41.58 | 33.5 | - |
| YUV | 133.97 | 134.22 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 196 | 145 | 0.96 | 0 | 0.26 | 0.23 | 163.72 | 0.92 | 0.4 |
| Hex | 8 | C4 | 91 | 60 | 0 | 1A | 17 | A4 | 5C | 28 |
| Octal | 10 | 304 | 221 | 140 | 0 | 32 | 27 | 244 | 134 | 50 |
| Binary | 1000 | 11000100 | 10010001 | 1100000 | 0 | 11010 | 10111 | 10100100 | 1011100 | 101000 |
Color Harmonies of #08C491
Complementary color
Monochromatic Colors of #08C491
Black with #08C491
Text Example
Text Example
White with #08C491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C491; }
p { color: rgb(8,196,145); }
H1.HeaderClassName
{
color: #08C491;
}
.AnyTagClassName
{
color: #08C491;
}
</style>
background-color css
<style>
a { background-color: #08C491; }
a { background-color: rgb(8,196,145); }
div.DivClassName
{
background-color: #08C491;
}
.BgClassName
{
background-color: #08C491;
}
</style>
border-color css
<style>
span { border-color: #08C491; }
span { border-color: rgb(8,196,145); }
td.TdClassName
{
border-color: #08C491;
}
.TagClassName
{
border-color: #08C491;
}
</style>