Shades of Caribbean Green #0ACAB2
Tints of Caribbean Green #0ACAB2
RGB
CMYK
RGB Variations
Color information
#0ACAB2 (or 0x0ACAB2) is known color: Caribbean Green. HEX triplet: 0A, CA and B2. RGB value is (10,202,178). Sum of RGB (Red+Green+Blue) = 10+202+178=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #0ACAB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACAB2 is #F5354D. Grayscale: #8D8D8D. Windows color (decimal): -16069966 or 11717130. OLE color: 11717130.
HSL color Cylindrical-coordinate representation of color #0ACAB2: hue angle of 172.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACAB2 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 202 | 178 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.21 |
| HSL | 172.5º | 0.91% | 0.42% | - |
| HSV(B) | 172.5º | 0.95% | 0.79% | - |
| XYZ | 29.28 | 45.52 | 49.36 | - |
| YUV | 141.86 | 148.39 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 202 | 178 | 0.95 | 0 | 0.12 | 0.21 | 172.5 | 0.91 | 0.42 |
| Hex | A | CA | B2 | 5F | 0 | C | 15 | AC | 5B | 2A |
| Octal | 12 | 312 | 262 | 137 | 0 | 14 | 25 | 254 | 133 | 52 |
| Binary | 1010 | 11001010 | 10110010 | 1011111 | 0 | 1100 | 10101 | 10101100 | 1011011 | 101010 |
Color Harmonies of #0ACAB2
Complementary color
Monochromatic Colors of #0ACAB2
Black with #0ACAB2
Text Example
Text Example
White with #0ACAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACAB2; }
p { color: rgb(10,202,178); }
H1.HeaderClassName
{
color: #0ACAB2;
}
.AnyTagClassName
{
color: #0ACAB2;
}
</style>
background-color css
<style>
a { background-color: #0ACAB2; }
a { background-color: rgb(10,202,178); }
div.DivClassName
{
background-color: #0ACAB2;
}
.BgClassName
{
background-color: #0ACAB2;
}
</style>
border-color css
<style>
span { border-color: #0ACAB2; }
span { border-color: rgb(10,202,178); }
td.TdClassName
{
border-color: #0ACAB2;
}
.TagClassName
{
border-color: #0ACAB2;
}
</style>