Shades of Medium Aquamarine #69DB9E
Tints of Medium Aquamarine #69DB9E
RGB
CMYK
RGB Variations
Color information
#69DB9E (or 0x69DB9E) is known color: Medium Aquamarine. HEX triplet: 69, DB and 9E. RGB value is (105,219,158). Sum of RGB (Red+Green+Blue) = 105+219+158=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DB9E is #962461. Grayscale: #B2B2B2. Windows color (decimal): -9839714 or 10410857. OLE color: 10410857.
HSL color Cylindrical-coordinate representation of color #69DB9E: hue angle of 147.89º 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 #69DB9E is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 158 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.14 |
| HSL | 147.89º | 0.61% | 0.64% | - |
| HSV(B) | 147.89º | 0.52% | 0.86% | - |
| XYZ | 37.33 | 56.13 | 41.22 | - |
| YUV | 177.96 | 116.73 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 158 | 0.52 | 0 | 0.28 | 0.14 | 147.89 | 0.61 | 0.64 |
| Hex | 69 | DB | 9E | 34 | 0 | 1C | E | 94 | 3D | 40 |
| Octal | 151 | 333 | 236 | 64 | 0 | 34 | 16 | 224 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10011110 | 110100 | 0 | 11100 | 1110 | 10010100 | 111101 | 1000000 |
Color Harmonies of #69DB9E
Complementary color
Monochromatic Colors of #69DB9E
Black with #69DB9E
Text Example
Text Example
White with #69DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB9E; }
p { color: rgb(105,219,158); }
H1.HeaderClassName
{
color: #69DB9E;
}
.AnyTagClassName
{
color: #69DB9E;
}
</style>
background-color css
<style>
a { background-color: #69DB9E; }
a { background-color: rgb(105,219,158); }
div.DivClassName
{
background-color: #69DB9E;
}
.BgClassName
{
background-color: #69DB9E;
}
</style>
border-color css
<style>
span { border-color: #69DB9E; }
span { border-color: rgb(105,219,158); }
td.TdClassName
{
border-color: #69DB9E;
}
.TagClassName
{
border-color: #69DB9E;
}
</style>