Shades of Caribbean Green #08E090
Tints of Caribbean Green #08E090
RGB
CMYK
RGB Variations
Color information
#08E090 (or 0x08E090) is known color: Caribbean Green. HEX triplet: 08, E0 and 90. RGB value is (8,224,144). Sum of RGB (Red+Green+Blue) = 8+224+144=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #08E090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E090 is #F71F6F. Grayscale: #969696. Windows color (decimal): -16195440 or 9494536. OLE color: 9494536.
HSL color Cylindrical-coordinate representation of color #08E090: hue angle of 157.78º 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 #08E090 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 224 | 144 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.12 |
| HSL | 157.78º | 0.93% | 0.45% | - |
| HSV(B) | 157.78º | 0.96% | 0.88% | - |
| XYZ | 31.79 | 55.38 | 35.4 | - |
| YUV | 150.3 | 124.44 | 26.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 224 | 144 | 0.96 | 0 | 0.36 | 0.12 | 157.78 | 0.93 | 0.45 |
| Hex | 8 | E0 | 90 | 60 | 0 | 24 | C | 9E | 5D | 2D |
| Octal | 10 | 340 | 220 | 140 | 0 | 44 | 14 | 236 | 135 | 55 |
| Binary | 1000 | 11100000 | 10010000 | 1100000 | 0 | 100100 | 1100 | 10011110 | 1011101 | 101101 |
Color Harmonies of #08E090
Complementary color
Monochromatic Colors of #08E090
Black with #08E090
Text Example
Text Example
White with #08E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E090; }
p { color: rgb(8,224,144); }
H1.HeaderClassName
{
color: #08E090;
}
.AnyTagClassName
{
color: #08E090;
}
</style>
background-color css
<style>
a { background-color: #08E090; }
a { background-color: rgb(8,224,144); }
div.DivClassName
{
background-color: #08E090;
}
.BgClassName
{
background-color: #08E090;
}
</style>
border-color css
<style>
span { border-color: #08E090; }
span { border-color: rgb(8,224,144); }
td.TdClassName
{
border-color: #08E090;
}
.TagClassName
{
border-color: #08E090;
}
</style>