Shades of Medium Aquamarine #6ADDAF
Tints of Medium Aquamarine #6ADDAF
RGB
CMYK
RGB Variations
Color information
#6ADDAF (or 0x6ADDAF) is known color: Medium Aquamarine. HEX triplet: 6A, DD and AF. RGB value is (106,221,175). Sum of RGB (Red+Green+Blue) = 106+221+175=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDAF is #952250. Grayscale: #B5B5B5. Windows color (decimal): -9773649 or 11525482. OLE color: 11525482.
HSL color Cylindrical-coordinate representation of color #6ADDAF: hue angle of 156º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDAF is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 175 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.13 |
| HSL | 156º | 0.63% | 0.64% | - |
| HSV(B) | 156º | 0.52% | 0.87% | - |
| XYZ | 39.54 | 57.87 | 49.64 | - |
| YUV | 181.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 175 | 0.52 | 0 | 0.21 | 0.13 | 156 | 0.63 | 0.64 |
| Hex | 6A | DD | AF | 34 | 0 | 15 | D | 9C | 3F | 40 |
| Octal | 152 | 335 | 257 | 64 | 0 | 25 | 15 | 234 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10101111 | 110100 | 0 | 10101 | 1101 | 10011100 | 111111 | 1000000 |
Color Harmonies of #6ADDAF
Complementary color
Monochromatic Colors of #6ADDAF
Black with #6ADDAF
Text Example
Text Example
White with #6ADDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDAF; }
p { color: rgb(106,221,175); }
H1.HeaderClassName
{
color: #6ADDAF;
}
.AnyTagClassName
{
color: #6ADDAF;
}
</style>
background-color css
<style>
a { background-color: #6ADDAF; }
a { background-color: rgb(106,221,175); }
div.DivClassName
{
background-color: #6ADDAF;
}
.BgClassName
{
background-color: #6ADDAF;
}
</style>
border-color css
<style>
span { border-color: #6ADDAF; }
span { border-color: rgb(106,221,175); }
td.TdClassName
{
border-color: #6ADDAF;
}
.TagClassName
{
border-color: #6ADDAF;
}
</style>