Shades of Medium Aquamarine #6ADDA5
Tints of Medium Aquamarine #6ADDA5
RGB
CMYK
RGB Variations
Color information
#6ADDA5 (or 0x6ADDA5) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A5. RGB value is (106,221,165). Sum of RGB (Red+Green+Blue) = 106+221+165=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA5 is #95225A. Grayscale: #B4B4B4. Windows color (decimal): -9773659 or 10870122. OLE color: 10870122.
HSL color Cylindrical-coordinate representation of color #6ADDA5: hue angle of 150.78º 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 #6ADDA5 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 165 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.13 |
| HSL | 150.78º | 0.63% | 0.64% | - |
| HSV(B) | 150.78º | 0.52% | 0.87% | - |
| XYZ | 38.59 | 57.49 | 44.66 | - |
| YUV | 180.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 165 | 0.52 | 0 | 0.25 | 0.13 | 150.78 | 0.63 | 0.64 |
| Hex | 6A | DD | A5 | 34 | 0 | 19 | D | 97 | 3F | 40 |
| Octal | 152 | 335 | 245 | 64 | 0 | 31 | 15 | 227 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100101 | 110100 | 0 | 11001 | 1101 | 10010111 | 111111 | 1000000 |
Color Harmonies of #6ADDA5
Complementary color
Monochromatic Colors of #6ADDA5
Black with #6ADDA5
Text Example
Text Example
White with #6ADDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA5; }
p { color: rgb(106,221,165); }
H1.HeaderClassName
{
color: #6ADDA5;
}
.AnyTagClassName
{
color: #6ADDA5;
}
</style>
background-color css
<style>
a { background-color: #6ADDA5; }
a { background-color: rgb(106,221,165); }
div.DivClassName
{
background-color: #6ADDA5;
}
.BgClassName
{
background-color: #6ADDA5;
}
</style>
border-color css
<style>
span { border-color: #6ADDA5; }
span { border-color: rgb(106,221,165); }
td.TdClassName
{
border-color: #6ADDA5;
}
.TagClassName
{
border-color: #6ADDA5;
}
</style>