Shades of Medium Aquamarine #69DDA5
Tints of Medium Aquamarine #69DDA5
RGB
CMYK
RGB Variations
Color information
#69DDA5 (or 0x69DDA5) is known color: Medium Aquamarine. HEX triplet: 69, DD and A5. RGB value is (105,221,165). Sum of RGB (Red+Green+Blue) = 105+221+165=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #69DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DDA5 is #96225A. Grayscale: #B4B4B4. Windows color (decimal): -9839195 or 10870121. OLE color: 10870121.
HSL color Cylindrical-coordinate representation of color #69DDA5: hue angle of 151.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DDA5 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 221 | 165 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.13 |
| HSL | 151.03º | 0.63% | 0.64% | - |
| HSV(B) | 151.03º | 0.52% | 0.87% | - |
| XYZ | 38.47 | 57.43 | 44.66 | - |
| YUV | 179.93 | 119.57 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 221 | 165 | 0.52 | 0 | 0.25 | 0.13 | 151.03 | 0.63 | 0.64 |
| Hex | 69 | DD | A5 | 34 | 0 | 19 | D | 97 | 3F | 40 |
| Octal | 151 | 335 | 245 | 64 | 0 | 31 | 15 | 227 | 77 | 100 |
| Binary | 1101001 | 11011101 | 10100101 | 110100 | 0 | 11001 | 1101 | 10010111 | 111111 | 1000000 |
Color Harmonies of #69DDA5
Complementary color
Monochromatic Colors of #69DDA5
Black with #69DDA5
Text Example
Text Example
White with #69DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DDA5; }
p { color: rgb(105,221,165); }
H1.HeaderClassName
{
color: #69DDA5;
}
.AnyTagClassName
{
color: #69DDA5;
}
</style>
background-color css
<style>
a { background-color: #69DDA5; }
a { background-color: rgb(105,221,165); }
div.DivClassName
{
background-color: #69DDA5;
}
.BgClassName
{
background-color: #69DDA5;
}
</style>
border-color css
<style>
span { border-color: #69DDA5; }
span { border-color: rgb(105,221,165); }
td.TdClassName
{
border-color: #69DDA5;
}
.TagClassName
{
border-color: #69DDA5;
}
</style>