Shades of Medium Aquamarine #69DBAF
Tints of Medium Aquamarine #69DBAF
RGB
CMYK
RGB Variations
Color information
#69DBAF (or 0x69DBAF) is known color: Medium Aquamarine. HEX triplet: 69, DB and AF. RGB value is (105,219,175). Sum of RGB (Red+Green+Blue) = 105+219+175=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBAF is #962450. Grayscale: #B3B3B3. Windows color (decimal): -9839697 or 11524969. OLE color: 11524969.
HSL color Cylindrical-coordinate representation of color #69DBAF: hue angle of 156.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DBAF is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 175 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.14 |
| HSL | 156.84º | 0.61% | 0.64% | - |
| HSV(B) | 156.84º | 0.52% | 0.86% | - |
| XYZ | 38.9 | 56.76 | 49.46 | - |
| YUV | 179.9 | 125.23 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 175 | 0.52 | 0 | 0.20 | 0.14 | 156.84 | 0.61 | 0.64 |
| Hex | 69 | DB | AF | 34 | 0 | 14 | E | 9D | 3D | 40 |
| Octal | 151 | 333 | 257 | 64 | 0 | 24 | 16 | 235 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10101111 | 110100 | 0 | 10100 | 1110 | 10011101 | 111101 | 1000000 |
Color Harmonies of #69DBAF
Complementary color
Monochromatic Colors of #69DBAF
Black with #69DBAF
Text Example
Text Example
White with #69DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBAF; }
p { color: rgb(105,219,175); }
H1.HeaderClassName
{
color: #69DBAF;
}
.AnyTagClassName
{
color: #69DBAF;
}
</style>
background-color css
<style>
a { background-color: #69DBAF; }
a { background-color: rgb(105,219,175); }
div.DivClassName
{
background-color: #69DBAF;
}
.BgClassName
{
background-color: #69DBAF;
}
</style>
border-color css
<style>
span { border-color: #69DBAF; }
span { border-color: rgb(105,219,175); }
td.TdClassName
{
border-color: #69DBAF;
}
.TagClassName
{
border-color: #69DBAF;
}
</style>