Shades of Caribbean Green #0ACDB0
Tints of Caribbean Green #0ACDB0
RGB
CMYK
RGB Variations
Color information
#0ACDB0 (or 0x0ACDB0) is known color: Caribbean Green. HEX triplet: 0A, CD and B0. RGB value is (10,205,176). Sum of RGB (Red+Green+Blue) = 10+205+176=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #0ACDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ACDB0 is #F5324F. Grayscale: #8F8F8F. Windows color (decimal): -16069200 or 11586826. OLE color: 11586826.
HSL color Cylindrical-coordinate representation of color #0ACDB0: hue angle of 171.08º 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 #0ACDB0 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 205 | 176 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.20 |
| HSL | 171.08º | 0.91% | 0.42% | - |
| HSV(B) | 171.08º | 0.95% | 0.8% | - |
| XYZ | 29.79 | 46.86 | 48.55 | - |
| YUV | 143.39 | 146.4 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 176 | 0.95 | 0 | 0.14 | 0.20 | 171.08 | 0.91 | 0.42 |
| Hex | A | CD | B0 | 5F | 0 | E | 14 | AB | 5B | 2A |
| Octal | 12 | 315 | 260 | 137 | 0 | 16 | 24 | 253 | 133 | 52 |
| Binary | 1010 | 11001101 | 10110000 | 1011111 | 0 | 1110 | 10100 | 10101011 | 1011011 | 101010 |
Color Harmonies of #0ACDB0
Complementary color
Monochromatic Colors of #0ACDB0
Black with #0ACDB0
Text Example
Text Example
White with #0ACDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDB0; }
p { color: rgb(10,205,176); }
H1.HeaderClassName
{
color: #0ACDB0;
}
.AnyTagClassName
{
color: #0ACDB0;
}
</style>
background-color css
<style>
a { background-color: #0ACDB0; }
a { background-color: rgb(10,205,176); }
div.DivClassName
{
background-color: #0ACDB0;
}
.BgClassName
{
background-color: #0ACDB0;
}
</style>
border-color css
<style>
span { border-color: #0ACDB0; }
span { border-color: rgb(10,205,176); }
td.TdClassName
{
border-color: #0ACDB0;
}
.TagClassName
{
border-color: #0ACDB0;
}
</style>