Shades of Caribbean Green #0ABC90
Tints of Caribbean Green #0ABC90
RGB
CMYK
RGB Variations
Color information
#0ABC90 (or 0x0ABC90) is known color: Caribbean Green. HEX triplet: 0A, BC and 90. RGB value is (10,188,144). Sum of RGB (Red+Green+Blue) = 10+188+144=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC90 is #F5436F. Grayscale: #818181. Windows color (decimal): -16073584 or 9485322. OLE color: 9485322.
HSL color Cylindrical-coordinate representation of color #0ABC90: hue angle of 165.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC90 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 144 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.26 |
| HSL | 165.17º | 0.9% | 0.39% | - |
| HSV(B) | 165.17º | 0.95% | 0.74% | - |
| XYZ | 23.14 | 38.04 | 32.51 | - |
| YUV | 129.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 144 | 0.95 | 0 | 0.23 | 0.26 | 165.17 | 0.9 | 0.39 |
| Hex | A | BC | 90 | 5F | 0 | 17 | 1A | A5 | 5A | 27 |
| Octal | 12 | 274 | 220 | 137 | 0 | 27 | 32 | 245 | 132 | 47 |
| Binary | 1010 | 10111100 | 10010000 | 1011111 | 0 | 10111 | 11010 | 10100101 | 1011010 | 100111 |
Color Harmonies of #0ABC90
Complementary color
Monochromatic Colors of #0ABC90
Black with #0ABC90
Text Example
Text Example
White with #0ABC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC90; }
p { color: rgb(10,188,144); }
H1.HeaderClassName
{
color: #0ABC90;
}
.AnyTagClassName
{
color: #0ABC90;
}
</style>
background-color css
<style>
a { background-color: #0ABC90; }
a { background-color: rgb(10,188,144); }
div.DivClassName
{
background-color: #0ABC90;
}
.BgClassName
{
background-color: #0ABC90;
}
</style>
border-color css
<style>
span { border-color: #0ABC90; }
span { border-color: rgb(10,188,144); }
td.TdClassName
{
border-color: #0ABC90;
}
.TagClassName
{
border-color: #0ABC90;
}
</style>