Shades of Medium Aquamarine #69DAA2
Tints of Medium Aquamarine #69DAA2
RGB
CMYK
RGB Variations
Color information
#69DAA2 (or 0x69DAA2) is known color: Medium Aquamarine. HEX triplet: 69, DA and A2. RGB value is (105,218,162). Sum of RGB (Red+Green+Blue) = 105+218+162=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #69DAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DAA2 is #96255D. Grayscale: #B1B1B1. Windows color (decimal): -9839966 or 10672745. OLE color: 10672745.
HSL color Cylindrical-coordinate representation of color #69DAA2: hue angle of 150.27º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DAA2 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 218 | 162 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.15 |
| HSL | 150.27º | 0.6% | 0.63% | - |
| HSV(B) | 150.27º | 0.52% | 0.85% | - |
| XYZ | 37.42 | 55.75 | 42.97 | - |
| YUV | 177.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 218 | 162 | 0.52 | 0 | 0.26 | 0.15 | 150.27 | 0.6 | 0.63 |
| Hex | 69 | DA | A2 | 34 | 0 | 1A | F | 96 | 3C | 3F |
| Octal | 151 | 332 | 242 | 64 | 0 | 32 | 17 | 226 | 74 | 77 |
| Binary | 1101001 | 11011010 | 10100010 | 110100 | 0 | 11010 | 1111 | 10010110 | 111100 | 111111 |
Color Harmonies of #69DAA2
Complementary color
Monochromatic Colors of #69DAA2
Black with #69DAA2
Text Example
Text Example
White with #69DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DAA2; }
p { color: rgb(105,218,162); }
H1.HeaderClassName
{
color: #69DAA2;
}
.AnyTagClassName
{
color: #69DAA2;
}
</style>
background-color css
<style>
a { background-color: #69DAA2; }
a { background-color: rgb(105,218,162); }
div.DivClassName
{
background-color: #69DAA2;
}
.BgClassName
{
background-color: #69DAA2;
}
</style>
border-color css
<style>
span { border-color: #69DAA2; }
span { border-color: rgb(105,218,162); }
td.TdClassName
{
border-color: #69DAA2;
}
.TagClassName
{
border-color: #69DAA2;
}
</style>