Shades of Caribbean Green #08E18C
Tints of Caribbean Green #08E18C
RGB
CMYK
RGB Variations
Color information
#08E18C (or 0x08E18C) is known color: Caribbean Green. HEX triplet: 08, E1 and 8C. RGB value is (8,225,140). Sum of RGB (Red+Green+Blue) = 8+225+140=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #08E18C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08E18C is #F71E73. Grayscale: #969696. Windows color (decimal): -16195188 or 9232648. OLE color: 9232648.
HSL color Cylindrical-coordinate representation of color #08E18C: hue angle of 156.5º 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 #08E18C is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 225 | 140 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.12 |
| HSL | 156.5º | 0.93% | 0.46% | - |
| HSV(B) | 156.5º | 0.96% | 0.88% | - |
| XYZ | 31.76 | 55.8 | 33.91 | - |
| YUV | 150.43 | 122.11 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 225 | 140 | 0.96 | 0 | 0.38 | 0.12 | 156.5 | 0.93 | 0.46 |
| Hex | 8 | E1 | 8C | 60 | 0 | 26 | C | 9C | 5D | 2E |
| Octal | 10 | 341 | 214 | 140 | 0 | 46 | 14 | 234 | 135 | 56 |
| Binary | 1000 | 11100001 | 10001100 | 1100000 | 0 | 100110 | 1100 | 10011100 | 1011101 | 101110 |
Color Harmonies of #08E18C
Complementary color
Monochromatic Colors of #08E18C
Black with #08E18C
Text Example
Text Example
White with #08E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E18C; }
p { color: rgb(8,225,140); }
H1.HeaderClassName
{
color: #08E18C;
}
.AnyTagClassName
{
color: #08E18C;
}
</style>
background-color css
<style>
a { background-color: #08E18C; }
a { background-color: rgb(8,225,140); }
div.DivClassName
{
background-color: #08E18C;
}
.BgClassName
{
background-color: #08E18C;
}
</style>
border-color css
<style>
span { border-color: #08E18C; }
span { border-color: rgb(8,225,140); }
td.TdClassName
{
border-color: #08E18C;
}
.TagClassName
{
border-color: #08E18C;
}
</style>