Shades of Caribbean Green #0ACB9D
Tints of Caribbean Green #0ACB9D
RGB
CMYK
RGB Variations
Color information
#0ACB9D (or 0x0ACB9D) is known color: Caribbean Green. HEX triplet: 0A, CB and 9D. RGB value is (10,203,157). Sum of RGB (Red+Green+Blue) = 10+203+157=370 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACB9D is #F53462. Grayscale: #8C8C8C. Windows color (decimal): -16069731 or 10341130. OLE color: 10341130.
HSL color Cylindrical-coordinate representation of color #0ACB9D: hue angle of 165.7º 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 #0ACB9D is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 157 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.20 |
| HSL | 165.7º | 0.91% | 0.42% | - |
| HSV(B) | 165.7º | 0.95% | 0.8% | - |
| XYZ | 27.57 | 45.21 | 39.17 | - |
| YUV | 140.05 | 137.56 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 157 | 0.95 | 0 | 0.23 | 0.20 | 165.7 | 0.91 | 0.42 |
| Hex | A | CB | 9D | 5F | 0 | 17 | 14 | A6 | 5B | 2A |
| Octal | 12 | 313 | 235 | 137 | 0 | 27 | 24 | 246 | 133 | 52 |
| Binary | 1010 | 11001011 | 10011101 | 1011111 | 0 | 10111 | 10100 | 10100110 | 1011011 | 101010 |
Color Harmonies of #0ACB9D
Complementary color
Monochromatic Colors of #0ACB9D
Black with #0ACB9D
Text Example
Text Example
White with #0ACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB9D; }
p { color: rgb(10,203,157); }
H1.HeaderClassName
{
color: #0ACB9D;
}
.AnyTagClassName
{
color: #0ACB9D;
}
</style>
background-color css
<style>
a { background-color: #0ACB9D; }
a { background-color: rgb(10,203,157); }
div.DivClassName
{
background-color: #0ACB9D;
}
.BgClassName
{
background-color: #0ACB9D;
}
</style>
border-color css
<style>
span { border-color: #0ACB9D; }
span { border-color: rgb(10,203,157); }
td.TdClassName
{
border-color: #0ACB9D;
}
.TagClassName
{
border-color: #0ACB9D;
}
</style>