Shades of Caribbean Green #0AD2AF
Tints of Caribbean Green #0AD2AF
RGB
CMYK
RGB Variations
Color information
#0AD2AF (or 0x0AD2AF) is known color: Caribbean Green. HEX triplet: 0A, D2 and AF. RGB value is (10,210,175). Sum of RGB (Red+Green+Blue) = 10+210+175=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD2AF is #F52D50. Grayscale: #929292. Windows color (decimal): -16067921 or 11522570. OLE color: 11522570.
HSL color Cylindrical-coordinate representation of color #0AD2AF: hue angle of 169.5º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD2AF is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 175 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.18 |
| HSL | 169.5º | 0.91% | 0.43% | - |
| HSV(B) | 169.5º | 0.95% | 0.82% | - |
| XYZ | 30.91 | 49.25 | 48.44 | - |
| YUV | 146.21 | 144.24 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 175 | 0.95 | 0 | 0.17 | 0.18 | 169.5 | 0.91 | 0.43 |
| Hex | A | D2 | AF | 5F | 0 | 11 | 12 | AA | 5B | 2B |
| Octal | 12 | 322 | 257 | 137 | 0 | 21 | 22 | 252 | 133 | 53 |
| Binary | 1010 | 11010010 | 10101111 | 1011111 | 0 | 10001 | 10010 | 10101010 | 1011011 | 101011 |
Color Harmonies of #0AD2AF
Complementary color
Monochromatic Colors of #0AD2AF
Black with #0AD2AF
Text Example
Text Example
White with #0AD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD2AF; }
p { color: rgb(10,210,175); }
H1.HeaderClassName
{
color: #0AD2AF;
}
.AnyTagClassName
{
color: #0AD2AF;
}
</style>
background-color css
<style>
a { background-color: #0AD2AF; }
a { background-color: rgb(10,210,175); }
div.DivClassName
{
background-color: #0AD2AF;
}
.BgClassName
{
background-color: #0AD2AF;
}
</style>
border-color css
<style>
span { border-color: #0AD2AF; }
span { border-color: rgb(10,210,175); }
td.TdClassName
{
border-color: #0AD2AF;
}
.TagClassName
{
border-color: #0AD2AF;
}
</style>