Shades of Caribbean Green #08C58C
Tints of Caribbean Green #08C58C
RGB
CMYK
RGB Variations
Color information
#08C58C (or 0x08C58C) is known color: Caribbean Green. HEX triplet: 08, C5 and 8C. RGB value is (8,197,140). Sum of RGB (Red+Green+Blue) = 8+197+140=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #08C58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C58C is #F73A73. Grayscale: #868686. Windows color (decimal): -16202356 or 9225480. OLE color: 9225480.
HSL color Cylindrical-coordinate representation of color #08C58C: hue angle of 161.9º 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 #08C58C is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 140 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.23 |
| HSL | 161.9º | 0.92% | 0.4% | - |
| HSV(B) | 161.9º | 0.96% | 0.77% | - |
| XYZ | 24.8 | 41.88 | 31.59 | - |
| YUV | 133.99 | 131.38 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 140 | 0.96 | 0 | 0.29 | 0.23 | 161.9 | 0.92 | 0.4 |
| Hex | 8 | C5 | 8C | 60 | 0 | 1D | 17 | A2 | 5C | 28 |
| Octal | 10 | 305 | 214 | 140 | 0 | 35 | 27 | 242 | 134 | 50 |
| Binary | 1000 | 11000101 | 10001100 | 1100000 | 0 | 11101 | 10111 | 10100010 | 1011100 | 101000 |
Color Harmonies of #08C58C
Complementary color
Monochromatic Colors of #08C58C
Black with #08C58C
Text Example
Text Example
White with #08C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C58C; }
p { color: rgb(8,197,140); }
H1.HeaderClassName
{
color: #08C58C;
}
.AnyTagClassName
{
color: #08C58C;
}
</style>
background-color css
<style>
a { background-color: #08C58C; }
a { background-color: rgb(8,197,140); }
div.DivClassName
{
background-color: #08C58C;
}
.BgClassName
{
background-color: #08C58C;
}
</style>
border-color css
<style>
span { border-color: #08C58C; }
span { border-color: rgb(8,197,140); }
td.TdClassName
{
border-color: #08C58C;
}
.TagClassName
{
border-color: #08C58C;
}
</style>