Shades of Caribbean Green #0ADFAB
Tints of Caribbean Green #0ADFAB
RGB
CMYK
RGB Variations
Color information
#0ADFAB (or 0x0ADFAB) is known color: Caribbean Green. HEX triplet: 0A, DF and AB. RGB value is (10,223,171). Sum of RGB (Red+Green+Blue) = 10+223+171=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADFAB is #F52054. Grayscale: #999999. Windows color (decimal): -16064597 or 11263754. OLE color: 11263754.
HSL color Cylindrical-coordinate representation of color #0ADFAB: hue angle of 165.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFAB is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 171 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.13 |
| HSL | 165.35º | 0.91% | 0.46% | - |
| HSV(B) | 165.35º | 0.96% | 0.87% | - |
| XYZ | 33.86 | 55.78 | 47.51 | - |
| YUV | 153.39 | 137.93 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 171 | 0.96 | 0 | 0.23 | 0.13 | 165.35 | 0.91 | 0.46 |
| Hex | A | DF | AB | 60 | 0 | 17 | D | A5 | 5B | 2E |
| Octal | 12 | 337 | 253 | 140 | 0 | 27 | 15 | 245 | 133 | 56 |
| Binary | 1010 | 11011111 | 10101011 | 1100000 | 0 | 10111 | 1101 | 10100101 | 1011011 | 101110 |
Color Harmonies of #0ADFAB
Complementary color
Monochromatic Colors of #0ADFAB
Black with #0ADFAB
Text Example
Text Example
White with #0ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFAB; }
p { color: rgb(10,223,171); }
H1.HeaderClassName
{
color: #0ADFAB;
}
.AnyTagClassName
{
color: #0ADFAB;
}
</style>
background-color css
<style>
a { background-color: #0ADFAB; }
a { background-color: rgb(10,223,171); }
div.DivClassName
{
background-color: #0ADFAB;
}
.BgClassName
{
background-color: #0ADFAB;
}
</style>
border-color css
<style>
span { border-color: #0ADFAB; }
span { border-color: rgb(10,223,171); }
td.TdClassName
{
border-color: #0ADFAB;
}
.TagClassName
{
border-color: #0ADFAB;
}
</style>