Shades of Medium Aquamarine #69DBA5
Tints of Medium Aquamarine #69DBA5
RGB
CMYK
RGB Variations
Color information
#69DBA5 (or 0x69DBA5) is known color: Medium Aquamarine. HEX triplet: 69, DB and A5. RGB value is (105,219,165). Sum of RGB (Red+Green+Blue) = 105+219+165=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBA5 is #96245A. Grayscale: #B2B2B2. Windows color (decimal): -9839707 or 10869609. OLE color: 10869609.
HSL color Cylindrical-coordinate representation of color #69DBA5: hue angle of 151.58º 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 #69DBA5 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 165 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.14 |
| HSL | 151.58º | 0.61% | 0.64% | - |
| HSV(B) | 151.58º | 0.52% | 0.86% | - |
| XYZ | 37.95 | 56.38 | 44.48 | - |
| YUV | 178.76 | 120.23 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 165 | 0.52 | 0 | 0.25 | 0.14 | 151.58 | 0.61 | 0.64 |
| Hex | 69 | DB | A5 | 34 | 0 | 19 | E | 98 | 3D | 40 |
| Octal | 151 | 333 | 245 | 64 | 0 | 31 | 16 | 230 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10100101 | 110100 | 0 | 11001 | 1110 | 10011000 | 111101 | 1000000 |
Color Harmonies of #69DBA5
Complementary color
Monochromatic Colors of #69DBA5
Black with #69DBA5
Text Example
Text Example
White with #69DBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBA5; }
p { color: rgb(105,219,165); }
H1.HeaderClassName
{
color: #69DBA5;
}
.AnyTagClassName
{
color: #69DBA5;
}
</style>
background-color css
<style>
a { background-color: #69DBA5; }
a { background-color: rgb(105,219,165); }
div.DivClassName
{
background-color: #69DBA5;
}
.BgClassName
{
background-color: #69DBA5;
}
</style>
border-color css
<style>
span { border-color: #69DBA5; }
span { border-color: rgb(105,219,165); }
td.TdClassName
{
border-color: #69DBA5;
}
.TagClassName
{
border-color: #69DBA5;
}
</style>