Shades of Medium Aquamarine #69DFA0
Tints of Medium Aquamarine #69DFA0
RGB
CMYK
RGB Variations
Color information
#69DFA0 (or 0x69DFA0) is known color: Medium Aquamarine. HEX triplet: 69, DF and A0. RGB value is (105,223,160). Sum of RGB (Red+Green+Blue) = 105+223+160=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DFA0 is #96205F. Grayscale: #B4B4B4. Windows color (decimal): -9838688 or 10542953. OLE color: 10542953.
HSL color Cylindrical-coordinate representation of color #69DFA0: hue angle of 147.97º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFA0 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 160 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.13 |
| HSL | 147.97º | 0.65% | 0.64% | - |
| HSV(B) | 147.97º | 0.53% | 0.87% | - |
| XYZ | 38.56 | 58.32 | 42.48 | - |
| YUV | 180.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 160 | 0.53 | 0 | 0.28 | 0.13 | 147.97 | 0.65 | 0.64 |
| Hex | 69 | DF | A0 | 35 | 0 | 1C | D | 94 | 41 | 40 |
| Octal | 151 | 337 | 240 | 65 | 0 | 34 | 15 | 224 | 101 | 100 |
| Binary | 1101001 | 11011111 | 10100000 | 110101 | 0 | 11100 | 1101 | 10010100 | 1000001 | 1000000 |
Color Harmonies of #69DFA0
Complementary color
Monochromatic Colors of #69DFA0
Black with #69DFA0
Text Example
Text Example
White with #69DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFA0; }
p { color: rgb(105,223,160); }
H1.HeaderClassName
{
color: #69DFA0;
}
.AnyTagClassName
{
color: #69DFA0;
}
</style>
background-color css
<style>
a { background-color: #69DFA0; }
a { background-color: rgb(105,223,160); }
div.DivClassName
{
background-color: #69DFA0;
}
.BgClassName
{
background-color: #69DFA0;
}
</style>
border-color css
<style>
span { border-color: #69DFA0; }
span { border-color: rgb(105,223,160); }
td.TdClassName
{
border-color: #69DFA0;
}
.TagClassName
{
border-color: #69DFA0;
}
</style>