Shades of Medium Aquamarine #69C7AD
Tints of Medium Aquamarine #69C7AD
RGB
CMYK
RGB Variations
Color information
#69C7AD (or 0x69C7AD) is known color: Medium Aquamarine. HEX triplet: 69, C7 and AD. RGB value is (105,199,173). Sum of RGB (Red+Green+Blue) = 105+199+173=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C7AD is #963852. Grayscale: #A7A7A7. Windows color (decimal): -9844819 or 11388777. OLE color: 11388777.
HSL color Cylindrical-coordinate representation of color #69C7AD: hue angle of 163.4º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C7AD is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 173 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.22 |
| HSL | 163.4º | 0.46% | 0.6% | - |
| HSV(B) | 163.4º | 0.47% | 0.78% | - |
| XYZ | 33.79 | 46.87 | 46.8 | - |
| YUV | 167.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 173 | 0.47 | 0 | 0.13 | 0.22 | 163.4 | 0.46 | 0.6 |
| Hex | 69 | C7 | AD | 2F | 0 | D | 16 | A3 | 2E | 3C |
| Octal | 151 | 307 | 255 | 57 | 0 | 15 | 26 | 243 | 56 | 74 |
| Binary | 1101001 | 11000111 | 10101101 | 101111 | 0 | 1101 | 10110 | 10100011 | 101110 | 111100 |
Color Harmonies of #69C7AD
Complementary color
Monochromatic Colors of #69C7AD
Black with #69C7AD
Text Example
Text Example
White with #69C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C7AD; }
p { color: rgb(105,199,173); }
H1.HeaderClassName
{
color: #69C7AD;
}
.AnyTagClassName
{
color: #69C7AD;
}
</style>
background-color css
<style>
a { background-color: #69C7AD; }
a { background-color: rgb(105,199,173); }
div.DivClassName
{
background-color: #69C7AD;
}
.BgClassName
{
background-color: #69C7AD;
}
</style>
border-color css
<style>
span { border-color: #69C7AD; }
span { border-color: rgb(105,199,173); }
td.TdClassName
{
border-color: #69C7AD;
}
.TagClassName
{
border-color: #69C7AD;
}
</style>