Shades of Medium Aquamarine #69D2A7
Tints of Medium Aquamarine #69D2A7
RGB
CMYK
RGB Variations
Color information
#69D2A7 (or 0x69D2A7) is known color: Medium Aquamarine. HEX triplet: 69, D2 and A7. RGB value is (105,210,167). Sum of RGB (Red+Green+Blue) = 105+210+167=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #69D2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D2A7 is #962D58. Grayscale: #ADADAD. Windows color (decimal): -9842009 or 10998377. OLE color: 10998377.
HSL color Cylindrical-coordinate representation of color #69D2A7: hue angle of 155.43º degrees, saturation: 0.54, 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 #69D2A7 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 210 | 167 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.18 |
| HSL | 155.43º | 0.54% | 0.62% | - |
| HSV(B) | 155.43º | 0.5% | 0.82% | - |
| XYZ | 35.85 | 51.89 | 44.68 | - |
| YUV | 173.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 210 | 167 | 0.50 | 0 | 0.20 | 0.18 | 155.43 | 0.54 | 0.62 |
| Hex | 69 | D2 | A7 | 32 | 0 | 14 | 12 | 9B | 36 | 3E |
| Octal | 151 | 322 | 247 | 62 | 0 | 24 | 22 | 233 | 66 | 76 |
| Binary | 1101001 | 11010010 | 10100111 | 110010 | 0 | 10100 | 10010 | 10011011 | 110110 | 111110 |
Color Harmonies of #69D2A7
Complementary color
Monochromatic Colors of #69D2A7
Black with #69D2A7
Text Example
Text Example
White with #69D2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D2A7; }
p { color: rgb(105,210,167); }
H1.HeaderClassName
{
color: #69D2A7;
}
.AnyTagClassName
{
color: #69D2A7;
}
</style>
background-color css
<style>
a { background-color: #69D2A7; }
a { background-color: rgb(105,210,167); }
div.DivClassName
{
background-color: #69D2A7;
}
.BgClassName
{
background-color: #69D2A7;
}
</style>
border-color css
<style>
span { border-color: #69D2A7; }
span { border-color: rgb(105,210,167); }
td.TdClassName
{
border-color: #69D2A7;
}
.TagClassName
{
border-color: #69D2A7;
}
</style>