Shades of Caribbean Green #0ADCA8
Tints of Caribbean Green #0ADCA8
RGB
CMYK
RGB Variations
Color information
#0ADCA8 (or 0x0ADCA8) is known color: Caribbean Green. HEX triplet: 0A, DC and A8. RGB value is (10,220,168). Sum of RGB (Red+Green+Blue) = 10+220+168=398 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADCA8 is #F52357. Grayscale: #979797. Windows color (decimal): -16065368 or 11066378. OLE color: 11066378.
HSL color Cylindrical-coordinate representation of color #0ADCA8: hue angle of 165.14º 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 #0ADCA8 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 168 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.14 |
| HSL | 165.14º | 0.91% | 0.45% | - |
| HSV(B) | 165.14º | 0.95% | 0.86% | - |
| XYZ | 32.79 | 54.08 | 45.76 | - |
| YUV | 151.28 | 137.43 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 168 | 0.95 | 0 | 0.24 | 0.14 | 165.14 | 0.91 | 0.45 |
| Hex | A | DC | A8 | 5F | 0 | 18 | E | A5 | 5B | 2D |
| Octal | 12 | 334 | 250 | 137 | 0 | 30 | 16 | 245 | 133 | 55 |
| Binary | 1010 | 11011100 | 10101000 | 1011111 | 0 | 11000 | 1110 | 10100101 | 1011011 | 101101 |
Color Harmonies of #0ADCA8
Complementary color
Monochromatic Colors of #0ADCA8
Black with #0ADCA8
Text Example
Text Example
White with #0ADCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCA8; }
p { color: rgb(10,220,168); }
H1.HeaderClassName
{
color: #0ADCA8;
}
.AnyTagClassName
{
color: #0ADCA8;
}
</style>
background-color css
<style>
a { background-color: #0ADCA8; }
a { background-color: rgb(10,220,168); }
div.DivClassName
{
background-color: #0ADCA8;
}
.BgClassName
{
background-color: #0ADCA8;
}
</style>
border-color css
<style>
span { border-color: #0ADCA8; }
span { border-color: rgb(10,220,168); }
td.TdClassName
{
border-color: #0ADCA8;
}
.TagClassName
{
border-color: #0ADCA8;
}
</style>