Shades of Caribbean Green #0ADCAA
Tints of Caribbean Green #0ADCAA
RGB
CMYK
RGB Variations
Color information
#0ADCAA (or 0x0ADCAA) is known color: Caribbean Green. HEX triplet: 0A, DC and AA. RGB value is (10,220,170). Sum of RGB (Red+Green+Blue) = 10+220+170=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADCAA is #F52355. Grayscale: #979797. Windows color (decimal): -16065366 or 11197450. OLE color: 11197450.
HSL color Cylindrical-coordinate representation of color #0ADCAA: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADCAA is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 170 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.14 |
| HSL | 165.71º | 0.91% | 0.45% | - |
| HSV(B) | 165.71º | 0.95% | 0.86% | - |
| XYZ | 32.97 | 54.15 | 46.74 | - |
| YUV | 151.51 | 138.43 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 170 | 0.95 | 0 | 0.23 | 0.14 | 165.71 | 0.91 | 0.45 |
| Hex | A | DC | AA | 5F | 0 | 17 | E | A6 | 5B | 2D |
| Octal | 12 | 334 | 252 | 137 | 0 | 27 | 16 | 246 | 133 | 55 |
| Binary | 1010 | 11011100 | 10101010 | 1011111 | 0 | 10111 | 1110 | 10100110 | 1011011 | 101101 |
Color Harmonies of #0ADCAA
Complementary color
Monochromatic Colors of #0ADCAA
Black with #0ADCAA
Text Example
Text Example
White with #0ADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCAA; }
p { color: rgb(10,220,170); }
H1.HeaderClassName
{
color: #0ADCAA;
}
.AnyTagClassName
{
color: #0ADCAA;
}
</style>
background-color css
<style>
a { background-color: #0ADCAA; }
a { background-color: rgb(10,220,170); }
div.DivClassName
{
background-color: #0ADCAA;
}
.BgClassName
{
background-color: #0ADCAA;
}
</style>
border-color css
<style>
span { border-color: #0ADCAA; }
span { border-color: rgb(10,220,170); }
td.TdClassName
{
border-color: #0ADCAA;
}
.TagClassName
{
border-color: #0ADCAA;
}
</style>