Shades of Caribbean Green #0AC09E
Tints of Caribbean Green #0AC09E
RGB
CMYK
RGB Variations
Color information
#0AC09E (or 0x0AC09E) is known color: Caribbean Green. HEX triplet: 0A, C0 and 9E. RGB value is (10,192,158). Sum of RGB (Red+Green+Blue) = 10+192+158=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC09E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC09E is #F53F61. Grayscale: #858585. Windows color (decimal): -16072546 or 10403850. OLE color: 10403850.
HSL color Cylindrical-coordinate representation of color #0AC09E: hue angle of 168.79º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC09E is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 158 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.25 |
| HSL | 168.79º | 0.9% | 0.4% | - |
| HSV(B) | 168.79º | 0.95% | 0.75% | - |
| XYZ | 25.15 | 40.23 | 38.79 | - |
| YUV | 133.71 | 141.7 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 158 | 0.95 | 0 | 0.18 | 0.25 | 168.79 | 0.9 | 0.4 |
| Hex | A | C0 | 9E | 5F | 0 | 12 | 19 | A9 | 5A | 28 |
| Octal | 12 | 300 | 236 | 137 | 0 | 22 | 31 | 251 | 132 | 50 |
| Binary | 1010 | 11000000 | 10011110 | 1011111 | 0 | 10010 | 11001 | 10101001 | 1011010 | 101000 |
Color Harmonies of #0AC09E
Complementary color
Monochromatic Colors of #0AC09E
Black with #0AC09E
Text Example
Text Example
White with #0AC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC09E; }
p { color: rgb(10,192,158); }
H1.HeaderClassName
{
color: #0AC09E;
}
.AnyTagClassName
{
color: #0AC09E;
}
</style>
background-color css
<style>
a { background-color: #0AC09E; }
a { background-color: rgb(10,192,158); }
div.DivClassName
{
background-color: #0AC09E;
}
.BgClassName
{
background-color: #0AC09E;
}
</style>
border-color css
<style>
span { border-color: #0AC09E; }
span { border-color: rgb(10,192,158); }
td.TdClassName
{
border-color: #0AC09E;
}
.TagClassName
{
border-color: #0AC09E;
}
</style>