Shades of Caribbean Green #08C098
Tints of Caribbean Green #08C098
RGB
CMYK
RGB Variations
Color information
#08C098 (or 0x08C098) is known color: Caribbean Green. HEX triplet: 08, C0 and 98. RGB value is (8,192,152). Sum of RGB (Red+Green+Blue) = 8+192+152=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #08C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C098 is #F73F67. Grayscale: #848484. Windows color (decimal): -16203624 or 10010632. OLE color: 10010632.
HSL color Cylindrical-coordinate representation of color #08C098: hue angle of 166.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C098 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 152 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.25 |
| HSL | 166.96º | 0.92% | 0.39% | - |
| HSV(B) | 166.96º | 0.96% | 0.75% | - |
| XYZ | 24.62 | 40.02 | 36.13 | - |
| YUV | 132.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 152 | 0.96 | 0 | 0.21 | 0.25 | 166.96 | 0.92 | 0.39 |
| Hex | 8 | C0 | 98 | 60 | 0 | 15 | 19 | A7 | 5C | 27 |
| Octal | 10 | 300 | 230 | 140 | 0 | 25 | 31 | 247 | 134 | 47 |
| Binary | 1000 | 11000000 | 10011000 | 1100000 | 0 | 10101 | 11001 | 10100111 | 1011100 | 100111 |
Color Harmonies of #08C098
Complementary color
Monochromatic Colors of #08C098
Black with #08C098
Text Example
Text Example
White with #08C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C098; }
p { color: rgb(8,192,152); }
H1.HeaderClassName
{
color: #08C098;
}
.AnyTagClassName
{
color: #08C098;
}
</style>
background-color css
<style>
a { background-color: #08C098; }
a { background-color: rgb(8,192,152); }
div.DivClassName
{
background-color: #08C098;
}
.BgClassName
{
background-color: #08C098;
}
</style>
border-color css
<style>
span { border-color: #08C098; }
span { border-color: rgb(8,192,152); }
td.TdClassName
{
border-color: #08C098;
}
.TagClassName
{
border-color: #08C098;
}
</style>