Shades of Medium Aquamarine #69DBA4
Tints of Medium Aquamarine #69DBA4
RGB
CMYK
RGB Variations
Color information
#69DBA4 (or 0x69DBA4) is known color: Medium Aquamarine. HEX triplet: 69, DB and A4. RGB value is (105,219,164). Sum of RGB (Red+Green+Blue) = 105+219+164=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBA4 is #96245B. Grayscale: #B2B2B2. Windows color (decimal): -9839708 or 10804073. OLE color: 10804073.
HSL color Cylindrical-coordinate representation of color #69DBA4: hue angle of 151.05º 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 #69DBA4 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 164 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.14 |
| HSL | 151.05º | 0.61% | 0.64% | - |
| HSV(B) | 151.05º | 0.52% | 0.86% | - |
| XYZ | 37.86 | 56.35 | 44 | - |
| YUV | 178.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 164 | 0.52 | 0 | 0.25 | 0.14 | 151.05 | 0.61 | 0.64 |
| Hex | 69 | DB | A4 | 34 | 0 | 19 | E | 97 | 3D | 40 |
| Octal | 151 | 333 | 244 | 64 | 0 | 31 | 16 | 227 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10100100 | 110100 | 0 | 11001 | 1110 | 10010111 | 111101 | 1000000 |
Color Harmonies of #69DBA4
Complementary color
Monochromatic Colors of #69DBA4
Black with #69DBA4
Text Example
Text Example
White with #69DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBA4; }
p { color: rgb(105,219,164); }
H1.HeaderClassName
{
color: #69DBA4;
}
.AnyTagClassName
{
color: #69DBA4;
}
</style>
background-color css
<style>
a { background-color: #69DBA4; }
a { background-color: rgb(105,219,164); }
div.DivClassName
{
background-color: #69DBA4;
}
.BgClassName
{
background-color: #69DBA4;
}
</style>
border-color css
<style>
span { border-color: #69DBA4; }
span { border-color: rgb(105,219,164); }
td.TdClassName
{
border-color: #69DBA4;
}
.TagClassName
{
border-color: #69DBA4;
}
</style>