Shades of Caribbean Green #0AD6AA
Tints of Caribbean Green #0AD6AA
RGB
CMYK
RGB Variations
Color information
#0AD6AA (or 0x0AD6AA) is known color: Caribbean Green. HEX triplet: 0A, D6 and AA. RGB value is (10,214,170). Sum of RGB (Red+Green+Blue) = 10+214+170=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD6AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD6AA is #F52955. Grayscale: #939393. Windows color (decimal): -16066902 or 11195914. OLE color: 11195914.
HSL color Cylindrical-coordinate representation of color #0AD6AA: hue angle of 167.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD6AA is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 170 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.16 |
| HSL | 167.06º | 0.91% | 0.44% | - |
| HSV(B) | 167.06º | 0.95% | 0.84% | - |
| XYZ | 31.43 | 51.06 | 46.23 | - |
| YUV | 147.99 | 140.41 | 29.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 170 | 0.95 | 0 | 0.21 | 0.16 | 167.06 | 0.91 | 0.44 |
| Hex | A | D6 | AA | 5F | 0 | 15 | 10 | A7 | 5B | 2C |
| Octal | 12 | 326 | 252 | 137 | 0 | 25 | 20 | 247 | 133 | 54 |
| Binary | 1010 | 11010110 | 10101010 | 1011111 | 0 | 10101 | 10000 | 10100111 | 1011011 | 101100 |
Color Harmonies of #0AD6AA
Complementary color
Monochromatic Colors of #0AD6AA
Black with #0AD6AA
Text Example
Text Example
White with #0AD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD6AA; }
p { color: rgb(10,214,170); }
H1.HeaderClassName
{
color: #0AD6AA;
}
.AnyTagClassName
{
color: #0AD6AA;
}
</style>
background-color css
<style>
a { background-color: #0AD6AA; }
a { background-color: rgb(10,214,170); }
div.DivClassName
{
background-color: #0AD6AA;
}
.BgClassName
{
background-color: #0AD6AA;
}
</style>
border-color css
<style>
span { border-color: #0AD6AA; }
span { border-color: rgb(10,214,170); }
td.TdClassName
{
border-color: #0AD6AA;
}
.TagClassName
{
border-color: #0AD6AA;
}
</style>