Shades of Caribbean Green #08E088
Tints of Caribbean Green #08E088
RGB
CMYK
RGB Variations
Color information
#08E088 (or 0x08E088) is known color: Caribbean Green. HEX triplet: 08, E0 and 88. RGB value is (8,224,136). Sum of RGB (Red+Green+Blue) = 8+224+136=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #08E088 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E088 is #F71F77. Grayscale: #959595. Windows color (decimal): -16195448 or 8970248. OLE color: 8970248.
HSL color Cylindrical-coordinate representation of color #08E088: hue angle of 155.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E088 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 136 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.12 |
| HSL | 155.56º | 0.93% | 0.45% | - |
| HSV(B) | 155.56º | 0.96% | 0.88% | - |
| XYZ | 31.2 | 55.14 | 32.29 | - |
| YUV | 149.38 | 120.44 | 27.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 136 | 0.96 | 0 | 0.39 | 0.12 | 155.56 | 0.93 | 0.45 |
| Hex | 8 | E0 | 88 | 60 | 0 | 27 | C | 9C | 5D | 2D |
| Octal | 10 | 340 | 210 | 140 | 0 | 47 | 14 | 234 | 135 | 55 |
| Binary | 1000 | 11100000 | 10001000 | 1100000 | 0 | 100111 | 1100 | 10011100 | 1011101 | 101101 |
Color Harmonies of #08E088
Complementary color
Monochromatic Colors of #08E088
Black with #08E088
Text Example
Text Example
White with #08E088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E088; }
p { color: rgb(8,224,136); }
H1.HeaderClassName
{
color: #08E088;
}
.AnyTagClassName
{
color: #08E088;
}
</style>
background-color css
<style>
a { background-color: #08E088; }
a { background-color: rgb(8,224,136); }
div.DivClassName
{
background-color: #08E088;
}
.BgClassName
{
background-color: #08E088;
}
</style>
border-color css
<style>
span { border-color: #08E088; }
span { border-color: rgb(8,224,136); }
td.TdClassName
{
border-color: #08E088;
}
.TagClassName
{
border-color: #08E088;
}
</style>