Shades of Caribbean Green #0ABC99
Tints of Caribbean Green #0ABC99
RGB
CMYK
RGB Variations
Color information
#0ABC99 (or 0x0ABC99) is known color: Caribbean Green. HEX triplet: 0A, BC and 99. RGB value is (10,188,153). Sum of RGB (Red+Green+Blue) = 10+188+153=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC99 is #F54366. Grayscale: #828282. Windows color (decimal): -16073575 or 10075146. OLE color: 10075146.
HSL color Cylindrical-coordinate representation of color #0ABC99: hue angle of 168.2º 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 #0ABC99 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 153 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.26 |
| HSL | 168.2º | 0.9% | 0.39% | - |
| HSV(B) | 168.2º | 0.95% | 0.74% | - |
| XYZ | 23.86 | 38.33 | 36.28 | - |
| YUV | 130.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 153 | 0.95 | 0 | 0.19 | 0.26 | 168.2 | 0.9 | 0.39 |
| Hex | A | BC | 99 | 5F | 0 | 13 | 1A | A8 | 5A | 27 |
| Octal | 12 | 274 | 231 | 137 | 0 | 23 | 32 | 250 | 132 | 47 |
| Binary | 1010 | 10111100 | 10011001 | 1011111 | 0 | 10011 | 11010 | 10101000 | 1011010 | 100111 |
Color Harmonies of #0ABC99
Complementary color
Monochromatic Colors of #0ABC99
Black with #0ABC99
Text Example
Text Example
White with #0ABC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC99; }
p { color: rgb(10,188,153); }
H1.HeaderClassName
{
color: #0ABC99;
}
.AnyTagClassName
{
color: #0ABC99;
}
</style>
background-color css
<style>
a { background-color: #0ABC99; }
a { background-color: rgb(10,188,153); }
div.DivClassName
{
background-color: #0ABC99;
}
.BgClassName
{
background-color: #0ABC99;
}
</style>
border-color css
<style>
span { border-color: #0ABC99; }
span { border-color: rgb(10,188,153); }
td.TdClassName
{
border-color: #0ABC99;
}
.TagClassName
{
border-color: #0ABC99;
}
</style>