Shades of Caribbean Green #0ADFA2
Tints of Caribbean Green #0ADFA2
RGB
CMYK
RGB Variations
Color information
#0ADFA2 (or 0x0ADFA2) is known color: Caribbean Green. HEX triplet: 0A, DF and A2. RGB value is (10,223,162). Sum of RGB (Red+Green+Blue) = 10+223+162=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #0ADFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ADFA2 is #F5205D. Grayscale: #989898. Windows color (decimal): -16064606 or 10673930. OLE color: 10673930.
HSL color Cylindrical-coordinate representation of color #0ADFA2: hue angle of 162.82º 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 #0ADFA2 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 223 | 162 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.13 |
| HSL | 162.82º | 0.91% | 0.46% | - |
| HSV(B) | 162.82º | 0.96% | 0.87% | - |
| XYZ | 33.03 | 55.45 | 43.14 | - |
| YUV | 152.36 | 133.43 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 162 | 0.96 | 0 | 0.27 | 0.13 | 162.82 | 0.91 | 0.46 |
| Hex | A | DF | A2 | 60 | 0 | 1B | D | A3 | 5B | 2E |
| Octal | 12 | 337 | 242 | 140 | 0 | 33 | 15 | 243 | 133 | 56 |
| Binary | 1010 | 11011111 | 10100010 | 1100000 | 0 | 11011 | 1101 | 10100011 | 1011011 | 101110 |
Color Harmonies of #0ADFA2
Complementary color
Monochromatic Colors of #0ADFA2
Black with #0ADFA2
Text Example
Text Example
White with #0ADFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFA2; }
p { color: rgb(10,223,162); }
H1.HeaderClassName
{
color: #0ADFA2;
}
.AnyTagClassName
{
color: #0ADFA2;
}
</style>
background-color css
<style>
a { background-color: #0ADFA2; }
a { background-color: rgb(10,223,162); }
div.DivClassName
{
background-color: #0ADFA2;
}
.BgClassName
{
background-color: #0ADFA2;
}
</style>
border-color css
<style>
span { border-color: #0ADFA2; }
span { border-color: rgb(10,223,162); }
td.TdClassName
{
border-color: #0ADFA2;
}
.TagClassName
{
border-color: #0ADFA2;
}
</style>