Shades of Caribbean Green #0ADAAB
Tints of Caribbean Green #0ADAAB
RGB
CMYK
RGB Variations
Color information
#0ADAAB (or 0x0ADAAB) is known color: Caribbean Green. HEX triplet: 0A, DA and AB. RGB value is (10,218,171). Sum of RGB (Red+Green+Blue) = 10+218+171=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADAAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADAAB is #F52554. Grayscale: #969696. Windows color (decimal): -16065877 or 11262474. OLE color: 11262474.
HSL color Cylindrical-coordinate representation of color #0ADAAB: hue angle of 166.44º 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 #0ADAAB is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 171 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.15 |
| HSL | 166.44º | 0.91% | 0.45% | - |
| HSV(B) | 166.44º | 0.95% | 0.85% | - |
| XYZ | 32.55 | 53.15 | 47.07 | - |
| YUV | 150.45 | 139.59 | 27.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 171 | 0.95 | 0 | 0.22 | 0.15 | 166.44 | 0.91 | 0.45 |
| Hex | A | DA | AB | 5F | 0 | 16 | F | A6 | 5B | 2D |
| Octal | 12 | 332 | 253 | 137 | 0 | 26 | 17 | 246 | 133 | 55 |
| Binary | 1010 | 11011010 | 10101011 | 1011111 | 0 | 10110 | 1111 | 10100110 | 1011011 | 101101 |
Color Harmonies of #0ADAAB
Complementary color
Monochromatic Colors of #0ADAAB
Black with #0ADAAB
Text Example
Text Example
White with #0ADAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAAB; }
p { color: rgb(10,218,171); }
H1.HeaderClassName
{
color: #0ADAAB;
}
.AnyTagClassName
{
color: #0ADAAB;
}
</style>
background-color css
<style>
a { background-color: #0ADAAB; }
a { background-color: rgb(10,218,171); }
div.DivClassName
{
background-color: #0ADAAB;
}
.BgClassName
{
background-color: #0ADAAB;
}
</style>
border-color css
<style>
span { border-color: #0ADAAB; }
span { border-color: rgb(10,218,171); }
td.TdClassName
{
border-color: #0ADAAB;
}
.TagClassName
{
border-color: #0ADAAB;
}
</style>