Shades of Medium Aquamarine #69DDA2
Tints of Medium Aquamarine #69DDA2
RGB
CMYK
RGB Variations
Color information
#69DDA2 (or 0x69DDA2) is known color: Medium Aquamarine. HEX triplet: 69, DD and A2. RGB value is (105,221,162). Sum of RGB (Red+Green+Blue) = 105+221+162=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDA2 is #96225D. Grayscale: #B3B3B3. Windows color (decimal): -9839198 or 10673513. OLE color: 10673513.
HSL color Cylindrical-coordinate representation of color #69DDA2: hue angle of 149.48º 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 #69DDA2 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 162 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.13 |
| HSL | 149.48º | 0.63% | 0.64% | - |
| HSV(B) | 149.48º | 0.52% | 0.87% | - |
| XYZ | 38.2 | 57.32 | 43.23 | - |
| YUV | 179.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 162 | 0.52 | 0 | 0.27 | 0.13 | 149.48 | 0.63 | 0.64 |
| Hex | 69 | DD | A2 | 34 | 0 | 1B | D | 95 | 3F | 40 |
| Octal | 151 | 335 | 242 | 64 | 0 | 33 | 15 | 225 | 77 | 100 |
| Binary | 1101001 | 11011101 | 10100010 | 110100 | 0 | 11011 | 1101 | 10010101 | 111111 | 1000000 |
Color Harmonies of #69DDA2
Complementary color
Monochromatic Colors of #69DDA2
Black with #69DDA2
Text Example
Text Example
White with #69DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDA2; }
p { color: rgb(105,221,162); }
H1.HeaderClassName
{
color: #69DDA2;
}
.AnyTagClassName
{
color: #69DDA2;
}
</style>
background-color css
<style>
a { background-color: #69DDA2; }
a { background-color: rgb(105,221,162); }
div.DivClassName
{
background-color: #69DDA2;
}
.BgClassName
{
background-color: #69DDA2;
}
</style>
border-color css
<style>
span { border-color: #69DDA2; }
span { border-color: rgb(105,221,162); }
td.TdClassName
{
border-color: #69DDA2;
}
.TagClassName
{
border-color: #69DDA2;
}
</style>