Shades of Caribbean Green #0ABC92
Tints of Caribbean Green #0ABC92
RGB
CMYK
RGB Variations
Color information
#0ABC92 (or 0x0ABC92) is known color: Caribbean Green. HEX triplet: 0A, BC and 92. RGB value is (10,188,146). Sum of RGB (Red+Green+Blue) = 10+188+146=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABC92 is #F5436D. Grayscale: #818181. Windows color (decimal): -16073582 or 9616394. OLE color: 9616394.
HSL color Cylindrical-coordinate representation of color #0ABC92: hue angle of 165.84º 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 #0ABC92 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 146 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.26 |
| HSL | 165.84º | 0.9% | 0.39% | - |
| HSV(B) | 165.84º | 0.95% | 0.74% | - |
| XYZ | 23.3 | 38.11 | 33.32 | - |
| YUV | 129.99 | 137.03 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 146 | 0.95 | 0 | 0.22 | 0.26 | 165.84 | 0.9 | 0.39 |
| Hex | A | BC | 92 | 5F | 0 | 16 | 1A | A6 | 5A | 27 |
| Octal | 12 | 274 | 222 | 137 | 0 | 26 | 32 | 246 | 132 | 47 |
| Binary | 1010 | 10111100 | 10010010 | 1011111 | 0 | 10110 | 11010 | 10100110 | 1011010 | 100111 |
Color Harmonies of #0ABC92
Complementary color
Monochromatic Colors of #0ABC92
Black with #0ABC92
Text Example
Text Example
White with #0ABC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC92; }
p { color: rgb(10,188,146); }
H1.HeaderClassName
{
color: #0ABC92;
}
.AnyTagClassName
{
color: #0ABC92;
}
</style>
background-color css
<style>
a { background-color: #0ABC92; }
a { background-color: rgb(10,188,146); }
div.DivClassName
{
background-color: #0ABC92;
}
.BgClassName
{
background-color: #0ABC92;
}
</style>
border-color css
<style>
span { border-color: #0ABC92; }
span { border-color: rgb(10,188,146); }
td.TdClassName
{
border-color: #0ABC92;
}
.TagClassName
{
border-color: #0ABC92;
}
</style>