Shades of Caribbean Green #0ADAB0
Tints of Caribbean Green #0ADAB0
RGB
CMYK
RGB Variations
Color information
#0ADAB0 (or 0x0ADAB0) is known color: Caribbean Green. HEX triplet: 0A, DA and B0. RGB value is (10,218,176). Sum of RGB (Red+Green+Blue) = 10+218+176=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADAB0 is #F5254F. Grayscale: #969696. Windows color (decimal): -16065872 or 11590154. OLE color: 11590154.
HSL color Cylindrical-coordinate representation of color #0ADAB0: hue angle of 167.88º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADAB0 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 176 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.15 |
| HSL | 167.88º | 0.91% | 0.45% | - |
| HSV(B) | 167.88º | 0.95% | 0.85% | - |
| XYZ | 33.03 | 53.34 | 49.63 | - |
| YUV | 151.02 | 142.09 | 27.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 176 | 0.95 | 0 | 0.19 | 0.15 | 167.88 | 0.91 | 0.45 |
| Hex | A | DA | B0 | 5F | 0 | 13 | F | A8 | 5B | 2D |
| Octal | 12 | 332 | 260 | 137 | 0 | 23 | 17 | 250 | 133 | 55 |
| Binary | 1010 | 11011010 | 10110000 | 1011111 | 0 | 10011 | 1111 | 10101000 | 1011011 | 101101 |
Color Harmonies of #0ADAB0
Complementary color
Monochromatic Colors of #0ADAB0
Black with #0ADAB0
Text Example
Text Example
White with #0ADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAB0; }
p { color: rgb(10,218,176); }
H1.HeaderClassName
{
color: #0ADAB0;
}
.AnyTagClassName
{
color: #0ADAB0;
}
</style>
background-color css
<style>
a { background-color: #0ADAB0; }
a { background-color: rgb(10,218,176); }
div.DivClassName
{
background-color: #0ADAB0;
}
.BgClassName
{
background-color: #0ADAB0;
}
</style>
border-color css
<style>
span { border-color: #0ADAB0; }
span { border-color: rgb(10,218,176); }
td.TdClassName
{
border-color: #0ADAB0;
}
.TagClassName
{
border-color: #0ADAB0;
}
</style>