Shades of Medium Aquamarine #69DBA0
Tints of Medium Aquamarine #69DBA0
RGB
CMYK
RGB Variations
Color information
#69DBA0 (or 0x69DBA0) is known color: Medium Aquamarine. HEX triplet: 69, DB and A0. RGB value is (105,219,160). Sum of RGB (Red+Green+Blue) = 105+219+160=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBA0 is #96245F. Grayscale: #B2B2B2. Windows color (decimal): -9839712 or 10541929. OLE color: 10541929.
HSL color Cylindrical-coordinate representation of color #69DBA0: hue angle of 148.95º 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 #69DBA0 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 160 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.14 |
| HSL | 148.95º | 0.61% | 0.64% | - |
| HSV(B) | 148.95º | 0.52% | 0.86% | - |
| XYZ | 37.5 | 56.2 | 42.13 | - |
| YUV | 178.19 | 117.73 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 160 | 0.52 | 0 | 0.27 | 0.14 | 148.95 | 0.61 | 0.64 |
| Hex | 69 | DB | A0 | 34 | 0 | 1B | E | 95 | 3D | 40 |
| Octal | 151 | 333 | 240 | 64 | 0 | 33 | 16 | 225 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10100000 | 110100 | 0 | 11011 | 1110 | 10010101 | 111101 | 1000000 |
Color Harmonies of #69DBA0
Complementary color
Monochromatic Colors of #69DBA0
Black with #69DBA0
Text Example
Text Example
White with #69DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBA0; }
p { color: rgb(105,219,160); }
H1.HeaderClassName
{
color: #69DBA0;
}
.AnyTagClassName
{
color: #69DBA0;
}
</style>
background-color css
<style>
a { background-color: #69DBA0; }
a { background-color: rgb(105,219,160); }
div.DivClassName
{
background-color: #69DBA0;
}
.BgClassName
{
background-color: #69DBA0;
}
</style>
border-color css
<style>
span { border-color: #69DBA0; }
span { border-color: rgb(105,219,160); }
td.TdClassName
{
border-color: #69DBA0;
}
.TagClassName
{
border-color: #69DBA0;
}
</style>