Shades of Medium Aquamarine #69DB99
Tints of Medium Aquamarine #69DB99
RGB
CMYK
RGB Variations
Color information
#69DB99 (or 0x69DB99) is known color: Medium Aquamarine. HEX triplet: 69, DB and 99. RGB value is (105,219,153). Sum of RGB (Red+Green+Blue) = 105+219+153=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #69DB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DB99 is #962466. Grayscale: #B1B1B1. Windows color (decimal): -9839719 or 10083177. OLE color: 10083177.
HSL color Cylindrical-coordinate representation of color #69DB99: hue angle of 145.26º 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 #69DB99 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 153 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.14 |
| HSL | 145.26º | 0.61% | 0.64% | - |
| HSV(B) | 145.26º | 0.52% | 0.86% | - |
| XYZ | 36.91 | 55.97 | 38.99 | - |
| YUV | 177.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 153 | 0.52 | 0 | 0.30 | 0.14 | 145.26 | 0.61 | 0.64 |
| Hex | 69 | DB | 99 | 34 | 0 | 1E | E | 91 | 3D | 40 |
| Octal | 151 | 333 | 231 | 64 | 0 | 36 | 16 | 221 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10011001 | 110100 | 0 | 11110 | 1110 | 10010001 | 111101 | 1000000 |
Color Harmonies of #69DB99
Complementary color
Monochromatic Colors of #69DB99
Black with #69DB99
Text Example
Text Example
White with #69DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DB99; }
p { color: rgb(105,219,153); }
H1.HeaderClassName
{
color: #69DB99;
}
.AnyTagClassName
{
color: #69DB99;
}
</style>
background-color css
<style>
a { background-color: #69DB99; }
a { background-color: rgb(105,219,153); }
div.DivClassName
{
background-color: #69DB99;
}
.BgClassName
{
background-color: #69DB99;
}
</style>
border-color css
<style>
span { border-color: #69DB99; }
span { border-color: rgb(105,219,153); }
td.TdClassName
{
border-color: #69DB99;
}
.TagClassName
{
border-color: #69DB99;
}
</style>