Shades of Caribbean Green #08C188
Tints of Caribbean Green #08C188
RGB
CMYK
RGB Variations
Color information
#08C188 (or 0x08C188) is known color: Caribbean Green. HEX triplet: 08, C1 and 88. RGB value is (8,193,136). Sum of RGB (Red+Green+Blue) = 8+193+136=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #08C188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C188 is #F73E77. Grayscale: #838383. Windows color (decimal): -16203384 or 8962312. OLE color: 8962312.
HSL color Cylindrical-coordinate representation of color #08C188: hue angle of 161.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C188 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 136 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.24 |
| HSL | 161.51º | 0.92% | 0.39% | - |
| HSV(B) | 161.51º | 0.96% | 0.76% | - |
| XYZ | 23.61 | 39.97 | 29.76 | - |
| YUV | 131.19 | 130.71 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 136 | 0.96 | 0 | 0.30 | 0.24 | 161.51 | 0.92 | 0.39 |
| Hex | 8 | C1 | 88 | 60 | 0 | 1E | 18 | A2 | 5C | 27 |
| Octal | 10 | 301 | 210 | 140 | 0 | 36 | 30 | 242 | 134 | 47 |
| Binary | 1000 | 11000001 | 10001000 | 1100000 | 0 | 11110 | 11000 | 10100010 | 1011100 | 100111 |
Color Harmonies of #08C188
Complementary color
Monochromatic Colors of #08C188
Black with #08C188
Text Example
Text Example
White with #08C188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C188; }
p { color: rgb(8,193,136); }
H1.HeaderClassName
{
color: #08C188;
}
.AnyTagClassName
{
color: #08C188;
}
</style>
background-color css
<style>
a { background-color: #08C188; }
a { background-color: rgb(8,193,136); }
div.DivClassName
{
background-color: #08C188;
}
.BgClassName
{
background-color: #08C188;
}
</style>
border-color css
<style>
span { border-color: #08C188; }
span { border-color: rgb(8,193,136); }
td.TdClassName
{
border-color: #08C188;
}
.TagClassName
{
border-color: #08C188;
}
</style>