Shades of Caribbean Green #0ACC9E
Tints of Caribbean Green #0ACC9E
RGB
CMYK
RGB Variations
Color information
#0ACC9E (or 0x0ACC9E) is known color: Caribbean Green. HEX triplet: 0A, CC and 9E. RGB value is (10,204,158). Sum of RGB (Red+Green+Blue) = 10+204+158=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACC9E is #F53361. Grayscale: #8C8C8C. Windows color (decimal): -16069474 or 10406922. OLE color: 10406922.
HSL color Cylindrical-coordinate representation of color #0ACC9E: hue angle of 165.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACC9E is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 158 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.2 |
| HSL | 165.77º | 0.91% | 0.42% | - |
| HSV(B) | 165.77º | 0.95% | 0.8% | - |
| XYZ | 27.89 | 45.72 | 39.7 | - |
| YUV | 140.75 | 137.73 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 158 | 0.95 | 0 | 0.23 | 0.2 | 165.77 | 0.91 | 0.42 |
| Hex | A | CC | 9E | 5F | 0 | 17 | 14 | A6 | 5B | 2A |
| Octal | 12 | 314 | 236 | 137 | 0 | 27 | 24 | 246 | 133 | 52 |
| Binary | 1010 | 11001100 | 10011110 | 1011111 | 0 | 10111 | 10100 | 10100110 | 1011011 | 101010 |
Color Harmonies of #0ACC9E
Complementary color
Monochromatic Colors of #0ACC9E
Black with #0ACC9E
Text Example
Text Example
White with #0ACC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC9E; }
p { color: rgb(10,204,158); }
H1.HeaderClassName
{
color: #0ACC9E;
}
.AnyTagClassName
{
color: #0ACC9E;
}
</style>
background-color css
<style>
a { background-color: #0ACC9E; }
a { background-color: rgb(10,204,158); }
div.DivClassName
{
background-color: #0ACC9E;
}
.BgClassName
{
background-color: #0ACC9E;
}
</style>
border-color css
<style>
span { border-color: #0ACC9E; }
span { border-color: rgb(10,204,158); }
td.TdClassName
{
border-color: #0ACC9E;
}
.TagClassName
{
border-color: #0ACC9E;
}
</style>