Shades of Caribbean Green #0AD3AF
Tints of Caribbean Green #0AD3AF
RGB
CMYK
RGB Variations
Color information
#0AD3AF (or 0x0AD3AF) is known color: Caribbean Green. HEX triplet: 0A, D3 and AF. RGB value is (10,211,175). Sum of RGB (Red+Green+Blue) = 10+211+175=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD3AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD3AF is #F52C50. Grayscale: #929292. Windows color (decimal): -16067665 or 11522826. OLE color: 11522826.
HSL color Cylindrical-coordinate representation of color #0AD3AF: hue angle of 169.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD3AF is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 175 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.17 |
| HSL | 169.25º | 0.91% | 0.43% | - |
| HSV(B) | 169.25º | 0.95% | 0.83% | - |
| XYZ | 31.16 | 49.75 | 48.52 | - |
| YUV | 146.8 | 143.91 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 175 | 0.95 | 0 | 0.17 | 0.17 | 169.25 | 0.91 | 0.43 |
| Hex | A | D3 | AF | 5F | 0 | 11 | 11 | A9 | 5B | 2B |
| Octal | 12 | 323 | 257 | 137 | 0 | 21 | 21 | 251 | 133 | 53 |
| Binary | 1010 | 11010011 | 10101111 | 1011111 | 0 | 10001 | 10001 | 10101001 | 1011011 | 101011 |
Color Harmonies of #0AD3AF
Complementary color
Monochromatic Colors of #0AD3AF
Black with #0AD3AF
Text Example
Text Example
White with #0AD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD3AF; }
p { color: rgb(10,211,175); }
H1.HeaderClassName
{
color: #0AD3AF;
}
.AnyTagClassName
{
color: #0AD3AF;
}
</style>
background-color css
<style>
a { background-color: #0AD3AF; }
a { background-color: rgb(10,211,175); }
div.DivClassName
{
background-color: #0AD3AF;
}
.BgClassName
{
background-color: #0AD3AF;
}
</style>
border-color css
<style>
span { border-color: #0AD3AF; }
span { border-color: rgb(10,211,175); }
td.TdClassName
{
border-color: #0AD3AF;
}
.TagClassName
{
border-color: #0AD3AF;
}
</style>