Shades of Caribbean Green #0AE187
Tints of Caribbean Green #0AE187
RGB
CMYK
RGB Variations
Color information
#0AE187 (or 0x0AE187) is known color: Caribbean Green. HEX triplet: 0A, E1 and 87. RGB value is (10,225,135). Sum of RGB (Red+Green+Blue) = 10+225+135=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE187 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AE187 is #F51E78. Grayscale: #969696. Windows color (decimal): -16064121 or 8904970. OLE color: 8904970.
HSL color Cylindrical-coordinate representation of color #0AE187: hue angle of 154.88º degrees, saturation: 0.91, 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 #0AE187 is Cyan = 0.96, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 225 | 135 | - |
| CMYK | 0.96 | 0 | 0.4 | 0.12 |
| HSL | 154.88º | 0.91% | 0.46% | - |
| HSV(B) | 154.88º | 0.96% | 0.88% | - |
| XYZ | 31.42 | 55.66 | 32.01 | - |
| YUV | 150.46 | 119.27 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 225 | 135 | 0.96 | 0 | 0.4 | 0.12 | 154.88 | 0.91 | 0.46 |
| Hex | A | E1 | 87 | 60 | 0 | 28 | C | 9B | 5B | 2E |
| Octal | 12 | 341 | 207 | 140 | 0 | 50 | 14 | 233 | 133 | 56 |
| Binary | 1010 | 11100001 | 10000111 | 1100000 | 0 | 101000 | 1100 | 10011011 | 1011011 | 101110 |
Color Harmonies of #0AE187
Complementary color
Monochromatic Colors of #0AE187
Black with #0AE187
Text Example
Text Example
White with #0AE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE187; }
p { color: rgb(10,225,135); }
H1.HeaderClassName
{
color: #0AE187;
}
.AnyTagClassName
{
color: #0AE187;
}
</style>
background-color css
<style>
a { background-color: #0AE187; }
a { background-color: rgb(10,225,135); }
div.DivClassName
{
background-color: #0AE187;
}
.BgClassName
{
background-color: #0AE187;
}
</style>
border-color css
<style>
span { border-color: #0AE187; }
span { border-color: rgb(10,225,135); }
td.TdClassName
{
border-color: #0AE187;
}
.TagClassName
{
border-color: #0AE187;
}
</style>