Shades of Medium Aquamarine #69DBA8
Tints of Medium Aquamarine #69DBA8
RGB
CMYK
RGB Variations
Color information
#69DBA8 (or 0x69DBA8) is known color: Medium Aquamarine. HEX triplet: 69, DB and A8. RGB value is (105,219,168). Sum of RGB (Red+Green+Blue) = 105+219+168=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DBA8 is #962457. Grayscale: #B3B3B3. Windows color (decimal): -9839704 or 11066217. OLE color: 11066217.
HSL color Cylindrical-coordinate representation of color #69DBA8: hue angle of 153.16º 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 #69DBA8 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 168 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.14 |
| HSL | 153.16º | 0.61% | 0.64% | - |
| HSV(B) | 153.16º | 0.52% | 0.86% | - |
| XYZ | 38.23 | 56.49 | 45.94 | - |
| YUV | 179.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 168 | 0.52 | 0 | 0.23 | 0.14 | 153.16 | 0.61 | 0.64 |
| Hex | 69 | DB | A8 | 34 | 0 | 17 | E | 99 | 3D | 40 |
| Octal | 151 | 333 | 250 | 64 | 0 | 27 | 16 | 231 | 75 | 100 |
| Binary | 1101001 | 11011011 | 10101000 | 110100 | 0 | 10111 | 1110 | 10011001 | 111101 | 1000000 |
Color Harmonies of #69DBA8
Complementary color
Monochromatic Colors of #69DBA8
Black with #69DBA8
Text Example
Text Example
White with #69DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBA8; }
p { color: rgb(105,219,168); }
H1.HeaderClassName
{
color: #69DBA8;
}
.AnyTagClassName
{
color: #69DBA8;
}
</style>
background-color css
<style>
a { background-color: #69DBA8; }
a { background-color: rgb(105,219,168); }
div.DivClassName
{
background-color: #69DBA8;
}
.BgClassName
{
background-color: #69DBA8;
}
</style>
border-color css
<style>
span { border-color: #69DBA8; }
span { border-color: rgb(105,219,168); }
td.TdClassName
{
border-color: #69DBA8;
}
.TagClassName
{
border-color: #69DBA8;
}
</style>