Shades of Medium Aquamarine #69D1A2
Tints of Medium Aquamarine #69D1A2
RGB
CMYK
RGB Variations
Color information
#69D1A2 (or 0x69D1A2) is known color: Medium Aquamarine. HEX triplet: 69, D1 and A2. RGB value is (105,209,162). Sum of RGB (Red+Green+Blue) = 105+209+162=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #69D1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D1A2 is #962E5D. Grayscale: #ACACAC. Windows color (decimal): -9842270 or 10670441. OLE color: 10670441.
HSL color Cylindrical-coordinate representation of color #69D1A2: hue angle of 152.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D1A2 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 209 | 162 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.18 |
| HSL | 152.88º | 0.53% | 0.62% | - |
| HSV(B) | 152.88º | 0.5% | 0.82% | - |
| XYZ | 35.15 | 51.21 | 42.22 | - |
| YUV | 172.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 209 | 162 | 0.50 | 0 | 0.22 | 0.18 | 152.88 | 0.53 | 0.62 |
| Hex | 69 | D1 | A2 | 32 | 0 | 16 | 12 | 99 | 35 | 3E |
| Octal | 151 | 321 | 242 | 62 | 0 | 26 | 22 | 231 | 65 | 76 |
| Binary | 1101001 | 11010001 | 10100010 | 110010 | 0 | 10110 | 10010 | 10011001 | 110101 | 111110 |
Color Harmonies of #69D1A2
Complementary color
Monochromatic Colors of #69D1A2
Black with #69D1A2
Text Example
Text Example
White with #69D1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D1A2; }
p { color: rgb(105,209,162); }
H1.HeaderClassName
{
color: #69D1A2;
}
.AnyTagClassName
{
color: #69D1A2;
}
</style>
background-color css
<style>
a { background-color: #69D1A2; }
a { background-color: rgb(105,209,162); }
div.DivClassName
{
background-color: #69D1A2;
}
.BgClassName
{
background-color: #69D1A2;
}
</style>
border-color css
<style>
span { border-color: #69D1A2; }
span { border-color: rgb(105,209,162); }
td.TdClassName
{
border-color: #69D1A2;
}
.TagClassName
{
border-color: #69D1A2;
}
</style>