Shades of Caribbean Green #0ADEAB
Tints of Caribbean Green #0ADEAB
RGB
CMYK
RGB Variations
Color information
#0ADEAB (or 0x0ADEAB) is known color: Caribbean Green. HEX triplet: 0A, DE and AB. RGB value is (10,222,171). Sum of RGB (Red+Green+Blue) = 10+222+171=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADEAB is #F52154. Grayscale: #989898. Windows color (decimal): -16064853 or 11263498. OLE color: 11263498.
HSL color Cylindrical-coordinate representation of color #0ADEAB: hue angle of 165.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADEAB is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 171 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.13 |
| HSL | 165.57º | 0.91% | 0.45% | - |
| HSV(B) | 165.57º | 0.95% | 0.87% | - |
| XYZ | 33.6 | 55.25 | 47.42 | - |
| YUV | 152.8 | 138.26 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 171 | 0.95 | 0 | 0.23 | 0.13 | 165.57 | 0.91 | 0.45 |
| Hex | A | DE | AB | 5F | 0 | 17 | D | A6 | 5B | 2D |
| Octal | 12 | 336 | 253 | 137 | 0 | 27 | 15 | 246 | 133 | 55 |
| Binary | 1010 | 11011110 | 10101011 | 1011111 | 0 | 10111 | 1101 | 10100110 | 1011011 | 101101 |
Color Harmonies of #0ADEAB
Complementary color
Monochromatic Colors of #0ADEAB
Black with #0ADEAB
Text Example
Text Example
White with #0ADEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEAB; }
p { color: rgb(10,222,171); }
H1.HeaderClassName
{
color: #0ADEAB;
}
.AnyTagClassName
{
color: #0ADEAB;
}
</style>
background-color css
<style>
a { background-color: #0ADEAB; }
a { background-color: rgb(10,222,171); }
div.DivClassName
{
background-color: #0ADEAB;
}
.BgClassName
{
background-color: #0ADEAB;
}
</style>
border-color css
<style>
span { border-color: #0ADEAB; }
span { border-color: rgb(10,222,171); }
td.TdClassName
{
border-color: #0ADEAB;
}
.TagClassName
{
border-color: #0ADEAB;
}
</style>