Shades of Caribbean Green #08E192
Tints of Caribbean Green #08E192
RGB
CMYK
RGB Variations
Color information
#08E192 (or 0x08E192) is known color: Caribbean Green. HEX triplet: 08, E1 and 92. RGB value is (8,225,146). Sum of RGB (Red+Green+Blue) = 8+225+146=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #08E192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E192 is #F71E6D. Grayscale: #979797. Windows color (decimal): -16195182 or 9625864. OLE color: 9625864.
HSL color Cylindrical-coordinate representation of color #08E192: hue angle of 158.16º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E192 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 146 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.12 |
| HSL | 158.16º | 0.93% | 0.46% | - |
| HSV(B) | 158.16º | 0.96% | 0.88% | - |
| XYZ | 32.21 | 55.98 | 36.3 | - |
| YUV | 151.11 | 125.11 | 25.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 146 | 0.96 | 0 | 0.35 | 0.12 | 158.16 | 0.93 | 0.46 |
| Hex | 8 | E1 | 92 | 60 | 0 | 23 | C | 9E | 5D | 2E |
| Octal | 10 | 341 | 222 | 140 | 0 | 43 | 14 | 236 | 135 | 56 |
| Binary | 1000 | 11100001 | 10010010 | 1100000 | 0 | 100011 | 1100 | 10011110 | 1011101 | 101110 |
Color Harmonies of #08E192
Complementary color
Monochromatic Colors of #08E192
Black with #08E192
Text Example
Text Example
White with #08E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E192; }
p { color: rgb(8,225,146); }
H1.HeaderClassName
{
color: #08E192;
}
.AnyTagClassName
{
color: #08E192;
}
</style>
background-color css
<style>
a { background-color: #08E192; }
a { background-color: rgb(8,225,146); }
div.DivClassName
{
background-color: #08E192;
}
.BgClassName
{
background-color: #08E192;
}
</style>
border-color css
<style>
span { border-color: #08E192; }
span { border-color: rgb(8,225,146); }
td.TdClassName
{
border-color: #08E192;
}
.TagClassName
{
border-color: #08E192;
}
</style>