Shades of Caribbean Green #0ACBA5
Tints of Caribbean Green #0ACBA5
RGB
CMYK
RGB Variations
Color information
#0ACBA5 (or 0x0ACBA5) is known color: Caribbean Green. HEX triplet: 0A, CB and A5. RGB value is (10,203,165). Sum of RGB (Red+Green+Blue) = 10+203+165=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACBA5 is #F5345A. Grayscale: #8C8C8C. Windows color (decimal): -16069723 or 10865418. OLE color: 10865418.
HSL color Cylindrical-coordinate representation of color #0ACBA5: hue angle of 168.19º 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 #0ACBA5 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 165 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.20 |
| HSL | 168.19º | 0.91% | 0.42% | - |
| HSV(B) | 168.19º | 0.95% | 0.8% | - |
| XYZ | 28.27 | 45.49 | 42.89 | - |
| YUV | 140.96 | 141.56 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 165 | 0.95 | 0 | 0.19 | 0.20 | 168.19 | 0.91 | 0.42 |
| Hex | A | CB | A5 | 5F | 0 | 13 | 14 | A8 | 5B | 2A |
| Octal | 12 | 313 | 245 | 137 | 0 | 23 | 24 | 250 | 133 | 52 |
| Binary | 1010 | 11001011 | 10100101 | 1011111 | 0 | 10011 | 10100 | 10101000 | 1011011 | 101010 |
Color Harmonies of #0ACBA5
Complementary color
Monochromatic Colors of #0ACBA5
Black with #0ACBA5
Text Example
Text Example
White with #0ACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBA5; }
p { color: rgb(10,203,165); }
H1.HeaderClassName
{
color: #0ACBA5;
}
.AnyTagClassName
{
color: #0ACBA5;
}
</style>
background-color css
<style>
a { background-color: #0ACBA5; }
a { background-color: rgb(10,203,165); }
div.DivClassName
{
background-color: #0ACBA5;
}
.BgClassName
{
background-color: #0ACBA5;
}
</style>
border-color css
<style>
span { border-color: #0ACBA5; }
span { border-color: rgb(10,203,165); }
td.TdClassName
{
border-color: #0ACBA5;
}
.TagClassName
{
border-color: #0ACBA5;
}
</style>