Shades of Caribbean Green #0AD6AC
Tints of Caribbean Green #0AD6AC
RGB
CMYK
RGB Variations
Color information
#0AD6AC (or 0x0AD6AC) is known color: Caribbean Green. HEX triplet: 0A, D6 and AC. RGB value is (10,214,172). Sum of RGB (Red+Green+Blue) = 10+214+172=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD6AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD6AC is #F52953. Grayscale: #949494. Windows color (decimal): -16066900 or 11326986. OLE color: 11326986.
HSL color Cylindrical-coordinate representation of color #0AD6AC: hue angle of 167.65º 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 #0AD6AC is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 214 | 172 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.16 |
| HSL | 167.65º | 0.91% | 0.44% | - |
| HSV(B) | 167.65º | 0.95% | 0.84% | - |
| XYZ | 31.62 | 51.14 | 47.23 | - |
| YUV | 148.22 | 141.41 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 214 | 172 | 0.95 | 0 | 0.20 | 0.16 | 167.65 | 0.91 | 0.44 |
| Hex | A | D6 | AC | 5F | 0 | 14 | 10 | A8 | 5B | 2C |
| Octal | 12 | 326 | 254 | 137 | 0 | 24 | 20 | 250 | 133 | 54 |
| Binary | 1010 | 11010110 | 10101100 | 1011111 | 0 | 10100 | 10000 | 10101000 | 1011011 | 101100 |
Color Harmonies of #0AD6AC
Complementary color
Monochromatic Colors of #0AD6AC
Black with #0AD6AC
Text Example
Text Example
White with #0AD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD6AC; }
p { color: rgb(10,214,172); }
H1.HeaderClassName
{
color: #0AD6AC;
}
.AnyTagClassName
{
color: #0AD6AC;
}
</style>
background-color css
<style>
a { background-color: #0AD6AC; }
a { background-color: rgb(10,214,172); }
div.DivClassName
{
background-color: #0AD6AC;
}
.BgClassName
{
background-color: #0AD6AC;
}
</style>
border-color css
<style>
span { border-color: #0AD6AC; }
span { border-color: rgb(10,214,172); }
td.TdClassName
{
border-color: #0AD6AC;
}
.TagClassName
{
border-color: #0AD6AC;
}
</style>