Shades of Caribbean Green #0ABCA5
Tints of Caribbean Green #0ABCA5
RGB
CMYK
RGB Variations
Color information
#0ABCA5 (or 0x0ABCA5) is known color: Caribbean Green. HEX triplet: 0A, BC and A5. RGB value is (10,188,165). Sum of RGB (Red+Green+Blue) = 10+188+165=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABCA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABCA5 is #F5435A. Grayscale: #848484. Windows color (decimal): -16073563 or 10861578. OLE color: 10861578.
HSL color Cylindrical-coordinate representation of color #0ABCA5: hue angle of 172.25º 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 #0ABCA5 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 165 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.26 |
| HSL | 172.25º | 0.9% | 0.39% | - |
| HSV(B) | 172.25º | 0.95% | 0.74% | - |
| XYZ | 24.9 | 38.75 | 41.76 | - |
| YUV | 132.16 | 146.53 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 165 | 0.95 | 0 | 0.12 | 0.26 | 172.25 | 0.9 | 0.39 |
| Hex | A | BC | A5 | 5F | 0 | C | 1A | AC | 5A | 27 |
| Octal | 12 | 274 | 245 | 137 | 0 | 14 | 32 | 254 | 132 | 47 |
| Binary | 1010 | 10111100 | 10100101 | 1011111 | 0 | 1100 | 11010 | 10101100 | 1011010 | 100111 |
Color Harmonies of #0ABCA5
Complementary color
Monochromatic Colors of #0ABCA5
Black with #0ABCA5
Text Example
Text Example
White with #0ABCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCA5; }
p { color: rgb(10,188,165); }
H1.HeaderClassName
{
color: #0ABCA5;
}
.AnyTagClassName
{
color: #0ABCA5;
}
</style>
background-color css
<style>
a { background-color: #0ABCA5; }
a { background-color: rgb(10,188,165); }
div.DivClassName
{
background-color: #0ABCA5;
}
.BgClassName
{
background-color: #0ABCA5;
}
</style>
border-color css
<style>
span { border-color: #0ABCA5; }
span { border-color: rgb(10,188,165); }
td.TdClassName
{
border-color: #0ABCA5;
}
.TagClassName
{
border-color: #0ABCA5;
}
</style>