Shades of Caribbean Green #0ADDA8
Tints of Caribbean Green #0ADDA8
RGB
CMYK
RGB Variations
Color information
#0ADDA8 (or 0x0ADDA8) is known color: Caribbean Green. HEX triplet: 0A, DD and A8. RGB value is (10,221,168). Sum of RGB (Red+Green+Blue) = 10+221+168=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADDA8 is #F52257. Grayscale: #979797. Windows color (decimal): -16065112 or 11066634. OLE color: 11066634.
HSL color Cylindrical-coordinate representation of color #0ADDA8: hue angle of 164.93º 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 #0ADDA8 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 168 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.13 |
| HSL | 164.93º | 0.91% | 0.45% | - |
| HSV(B) | 164.93º | 0.95% | 0.87% | - |
| XYZ | 33.05 | 54.6 | 45.84 | - |
| YUV | 151.87 | 137.1 | 26.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 168 | 0.95 | 0 | 0.24 | 0.13 | 164.93 | 0.91 | 0.45 |
| Hex | A | DD | A8 | 5F | 0 | 18 | D | A5 | 5B | 2D |
| Octal | 12 | 335 | 250 | 137 | 0 | 30 | 15 | 245 | 133 | 55 |
| Binary | 1010 | 11011101 | 10101000 | 1011111 | 0 | 11000 | 1101 | 10100101 | 1011011 | 101101 |
Color Harmonies of #0ADDA8
Complementary color
Monochromatic Colors of #0ADDA8
Black with #0ADDA8
Text Example
Text Example
White with #0ADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDA8; }
p { color: rgb(10,221,168); }
H1.HeaderClassName
{
color: #0ADDA8;
}
.AnyTagClassName
{
color: #0ADDA8;
}
</style>
background-color css
<style>
a { background-color: #0ADDA8; }
a { background-color: rgb(10,221,168); }
div.DivClassName
{
background-color: #0ADDA8;
}
.BgClassName
{
background-color: #0ADDA8;
}
</style>
border-color css
<style>
span { border-color: #0ADDA8; }
span { border-color: rgb(10,221,168); }
td.TdClassName
{
border-color: #0ADDA8;
}
.TagClassName
{
border-color: #0ADDA8;
}
</style>