Shades of Caribbean Green #0ACB9E
Tints of Caribbean Green #0ACB9E
RGB
CMYK
RGB Variations
Color information
#0ACB9E (or 0x0ACB9E) is known color: Caribbean Green. HEX triplet: 0A, CB and 9E. RGB value is (10,203,158). Sum of RGB (Red+Green+Blue) = 10+203+158=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACB9E is #F53461. Grayscale: #8C8C8C. Windows color (decimal): -16069730 or 10406666. OLE color: 10406666.
HSL color Cylindrical-coordinate representation of color #0ACB9E: hue angle of 166.01º 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 #0ACB9E is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 158 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.20 |
| HSL | 166.01º | 0.91% | 0.42% | - |
| HSV(B) | 166.01º | 0.95% | 0.8% | - |
| XYZ | 27.65 | 45.25 | 39.62 | - |
| YUV | 140.16 | 138.06 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 158 | 0.95 | 0 | 0.22 | 0.20 | 166.01 | 0.91 | 0.42 |
| Hex | A | CB | 9E | 5F | 0 | 16 | 14 | A6 | 5B | 2A |
| Octal | 12 | 313 | 236 | 137 | 0 | 26 | 24 | 246 | 133 | 52 |
| Binary | 1010 | 11001011 | 10011110 | 1011111 | 0 | 10110 | 10100 | 10100110 | 1011011 | 101010 |
Color Harmonies of #0ACB9E
Complementary color
Monochromatic Colors of #0ACB9E
Black with #0ACB9E
Text Example
Text Example
White with #0ACB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB9E; }
p { color: rgb(10,203,158); }
H1.HeaderClassName
{
color: #0ACB9E;
}
.AnyTagClassName
{
color: #0ACB9E;
}
</style>
background-color css
<style>
a { background-color: #0ACB9E; }
a { background-color: rgb(10,203,158); }
div.DivClassName
{
background-color: #0ACB9E;
}
.BgClassName
{
background-color: #0ACB9E;
}
</style>
border-color css
<style>
span { border-color: #0ACB9E; }
span { border-color: rgb(10,203,158); }
td.TdClassName
{
border-color: #0ACB9E;
}
.TagClassName
{
border-color: #0ACB9E;
}
</style>