Shades of Caribbean Green #0ABC9F
Tints of Caribbean Green #0ABC9F
RGB
CMYK
RGB Variations
Color information
#0ABC9F (or 0x0ABC9F) is known color: Caribbean Green. HEX triplet: 0A, BC and 9F. RGB value is (10,188,159). Sum of RGB (Red+Green+Blue) = 10+188+159=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC9F is #F54360. Grayscale: #838383. Windows color (decimal): -16073569 or 10468362. OLE color: 10468362.
HSL color Cylindrical-coordinate representation of color #0ABC9F: hue angle of 170.22º 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 #0ABC9F is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 159 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.26 |
| HSL | 170.22º | 0.9% | 0.39% | - |
| HSV(B) | 170.22º | 0.95% | 0.74% | - |
| XYZ | 24.37 | 38.53 | 38.95 | - |
| YUV | 131.47 | 143.53 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 159 | 0.95 | 0 | 0.15 | 0.26 | 170.22 | 0.9 | 0.39 |
| Hex | A | BC | 9F | 5F | 0 | F | 1A | AA | 5A | 27 |
| Octal | 12 | 274 | 237 | 137 | 0 | 17 | 32 | 252 | 132 | 47 |
| Binary | 1010 | 10111100 | 10011111 | 1011111 | 0 | 1111 | 11010 | 10101010 | 1011010 | 100111 |
Color Harmonies of #0ABC9F
Complementary color
Monochromatic Colors of #0ABC9F
Black with #0ABC9F
Text Example
Text Example
White with #0ABC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC9F; }
p { color: rgb(10,188,159); }
H1.HeaderClassName
{
color: #0ABC9F;
}
.AnyTagClassName
{
color: #0ABC9F;
}
</style>
background-color css
<style>
a { background-color: #0ABC9F; }
a { background-color: rgb(10,188,159); }
div.DivClassName
{
background-color: #0ABC9F;
}
.BgClassName
{
background-color: #0ABC9F;
}
</style>
border-color css
<style>
span { border-color: #0ABC9F; }
span { border-color: rgb(10,188,159); }
td.TdClassName
{
border-color: #0ABC9F;
}
.TagClassName
{
border-color: #0ABC9F;
}
</style>