Shades of Caribbean Green #0ACBA1
Tints of Caribbean Green #0ACBA1
RGB
CMYK
RGB Variations
Color information
#0ACBA1 (or 0x0ACBA1) is known color: Caribbean Green. HEX triplet: 0A, CB and A1. RGB value is (10,203,161). Sum of RGB (Red+Green+Blue) = 10+203+161=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACBA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACBA1 is #F5345E. Grayscale: #8C8C8C. Windows color (decimal): -16069727 or 10603274. OLE color: 10603274.
HSL color Cylindrical-coordinate representation of color #0ACBA1: hue angle of 166.94º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACBA1 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 161 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.20 |
| HSL | 166.94º | 0.91% | 0.42% | - |
| HSV(B) | 166.94º | 0.95% | 0.8% | - |
| XYZ | 27.91 | 45.35 | 41 | - |
| YUV | 140.51 | 139.56 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 161 | 0.95 | 0 | 0.21 | 0.20 | 166.94 | 0.91 | 0.42 |
| Hex | A | CB | A1 | 5F | 0 | 15 | 14 | A7 | 5B | 2A |
| Octal | 12 | 313 | 241 | 137 | 0 | 25 | 24 | 247 | 133 | 52 |
| Binary | 1010 | 11001011 | 10100001 | 1011111 | 0 | 10101 | 10100 | 10100111 | 1011011 | 101010 |
Color Harmonies of #0ACBA1
Complementary color
Monochromatic Colors of #0ACBA1
Black with #0ACBA1
Text Example
Text Example
White with #0ACBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBA1; }
p { color: rgb(10,203,161); }
H1.HeaderClassName
{
color: #0ACBA1;
}
.AnyTagClassName
{
color: #0ACBA1;
}
</style>
background-color css
<style>
a { background-color: #0ACBA1; }
a { background-color: rgb(10,203,161); }
div.DivClassName
{
background-color: #0ACBA1;
}
.BgClassName
{
background-color: #0ACBA1;
}
</style>
border-color css
<style>
span { border-color: #0ACBA1; }
span { border-color: rgb(10,203,161); }
td.TdClassName
{
border-color: #0ACBA1;
}
.TagClassName
{
border-color: #0ACBA1;
}
</style>