Shades of Caribbean Green #08C39E
Tints of Caribbean Green #08C39E
RGB
CMYK
RGB Variations
Color information
#08C39E (or 0x08C39E) is known color: Caribbean Green. HEX triplet: 08, C3 and 9E. RGB value is (8,195,158). Sum of RGB (Red+Green+Blue) = 8+195+158=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #08C39E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C39E is #F73C61. Grayscale: #868686. Windows color (decimal): -16202850 or 10404616. OLE color: 10404616.
HSL color Cylindrical-coordinate representation of color #08C39E: hue angle of 168.13º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C39E is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 158 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.24 |
| HSL | 168.13º | 0.92% | 0.4% | - |
| HSV(B) | 168.13º | 0.96% | 0.76% | - |
| XYZ | 25.79 | 41.55 | 39.01 | - |
| YUV | 134.87 | 141.05 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 158 | 0.96 | 0 | 0.19 | 0.24 | 168.13 | 0.92 | 0.4 |
| Hex | 8 | C3 | 9E | 60 | 0 | 13 | 18 | A8 | 5C | 28 |
| Octal | 10 | 303 | 236 | 140 | 0 | 23 | 30 | 250 | 134 | 50 |
| Binary | 1000 | 11000011 | 10011110 | 1100000 | 0 | 10011 | 11000 | 10101000 | 1011100 | 101000 |
Color Harmonies of #08C39E
Complementary color
Monochromatic Colors of #08C39E
Black with #08C39E
Text Example
Text Example
White with #08C39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C39E; }
p { color: rgb(8,195,158); }
H1.HeaderClassName
{
color: #08C39E;
}
.AnyTagClassName
{
color: #08C39E;
}
</style>
background-color css
<style>
a { background-color: #08C39E; }
a { background-color: rgb(8,195,158); }
div.DivClassName
{
background-color: #08C39E;
}
.BgClassName
{
background-color: #08C39E;
}
</style>
border-color css
<style>
span { border-color: #08C39E; }
span { border-color: rgb(8,195,158); }
td.TdClassName
{
border-color: #08C39E;
}
.TagClassName
{
border-color: #08C39E;
}
</style>