Shades of Caribbean Green #0ADCAD
Tints of Caribbean Green #0ADCAD
RGB
CMYK
RGB Variations
Color information
#0ADCAD (or 0x0ADCAD) is known color: Caribbean Green. HEX triplet: 0A, DC and AD. RGB value is (10,220,173). Sum of RGB (Red+Green+Blue) = 10+220+173=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADCAD is #F52352. Grayscale: #979797. Windows color (decimal): -16065363 or 11394058. OLE color: 11394058.
HSL color Cylindrical-coordinate representation of color #0ADCAD: hue angle of 166.57º 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 #0ADCAD is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 173 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.14 |
| HSL | 166.57º | 0.91% | 0.45% | - |
| HSV(B) | 166.57º | 0.95% | 0.86% | - |
| XYZ | 33.26 | 54.27 | 48.26 | - |
| YUV | 151.85 | 139.93 | 26.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 173 | 0.95 | 0 | 0.21 | 0.14 | 166.57 | 0.91 | 0.45 |
| Hex | A | DC | AD | 5F | 0 | 15 | E | A7 | 5B | 2D |
| Octal | 12 | 334 | 255 | 137 | 0 | 25 | 16 | 247 | 133 | 55 |
| Binary | 1010 | 11011100 | 10101101 | 1011111 | 0 | 10101 | 1110 | 10100111 | 1011011 | 101101 |
Color Harmonies of #0ADCAD
Complementary color
Monochromatic Colors of #0ADCAD
Black with #0ADCAD
Text Example
Text Example
White with #0ADCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCAD; }
p { color: rgb(10,220,173); }
H1.HeaderClassName
{
color: #0ADCAD;
}
.AnyTagClassName
{
color: #0ADCAD;
}
</style>
background-color css
<style>
a { background-color: #0ADCAD; }
a { background-color: rgb(10,220,173); }
div.DivClassName
{
background-color: #0ADCAD;
}
.BgClassName
{
background-color: #0ADCAD;
}
</style>
border-color css
<style>
span { border-color: #0ADCAD; }
span { border-color: rgb(10,220,173); }
td.TdClassName
{
border-color: #0ADCAD;
}
.TagClassName
{
border-color: #0ADCAD;
}
</style>