Shades of Medium Aquamarine #69D4A0
Tints of Medium Aquamarine #69D4A0
RGB
CMYK
RGB Variations
Color information
#69D4A0 (or 0x69D4A0) is known color: Medium Aquamarine. HEX triplet: 69, D4 and A0. RGB value is (105,212,160). Sum of RGB (Red+Green+Blue) = 105+212+160=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #69D4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D4A0 is #962B5F. Grayscale: #AEAEAE. Windows color (decimal): -9841504 or 10540137. OLE color: 10540137.
HSL color Cylindrical-coordinate representation of color #69D4A0: hue angle of 150.84º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D4A0 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 212 | 160 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.17 |
| HSL | 150.84º | 0.55% | 0.62% | - |
| HSV(B) | 150.84º | 0.5% | 0.83% | - |
| XYZ | 35.71 | 52.63 | 41.53 | - |
| YUV | 174.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 160 | 0.50 | 0 | 0.25 | 0.17 | 150.84 | 0.55 | 0.62 |
| Hex | 69 | D4 | A0 | 32 | 0 | 19 | 11 | 97 | 37 | 3E |
| Octal | 151 | 324 | 240 | 62 | 0 | 31 | 21 | 227 | 67 | 76 |
| Binary | 1101001 | 11010100 | 10100000 | 110010 | 0 | 11001 | 10001 | 10010111 | 110111 | 111110 |
Color Harmonies of #69D4A0
Complementary color
Monochromatic Colors of #69D4A0
Black with #69D4A0
Text Example
Text Example
White with #69D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D4A0; }
p { color: rgb(105,212,160); }
H1.HeaderClassName
{
color: #69D4A0;
}
.AnyTagClassName
{
color: #69D4A0;
}
</style>
background-color css
<style>
a { background-color: #69D4A0; }
a { background-color: rgb(105,212,160); }
div.DivClassName
{
background-color: #69D4A0;
}
.BgClassName
{
background-color: #69D4A0;
}
</style>
border-color css
<style>
span { border-color: #69D4A0; }
span { border-color: rgb(105,212,160); }
td.TdClassName
{
border-color: #69D4A0;
}
.TagClassName
{
border-color: #69D4A0;
}
</style>