Shades of Medium Aquamarine #69C4AD
Tints of Medium Aquamarine #69C4AD
RGB
CMYK
RGB Variations
Color information
#69C4AD (or 0x69C4AD) is known color: Medium Aquamarine. HEX triplet: 69, C4 and AD. RGB value is (105,196,173). Sum of RGB (Red+Green+Blue) = 105+196+173=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #69C4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C4AD is #963B52. Grayscale: #A6A6A6. Windows color (decimal): -9845587 or 11388009. OLE color: 11388009.
HSL color Cylindrical-coordinate representation of color #69C4AD: hue angle of 164.84º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C4AD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 173 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.23 |
| HSL | 164.84º | 0.44% | 0.59% | - |
| HSV(B) | 164.84º | 0.46% | 0.77% | - |
| XYZ | 33.11 | 45.5 | 46.57 | - |
| YUV | 166.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 173 | 0.46 | 0 | 0.12 | 0.23 | 164.84 | 0.44 | 0.59 |
| Hex | 69 | C4 | AD | 2E | 0 | C | 17 | A5 | 2C | 3B |
| Octal | 151 | 304 | 255 | 56 | 0 | 14 | 27 | 245 | 54 | 73 |
| Binary | 1101001 | 11000100 | 10101101 | 101110 | 0 | 1100 | 10111 | 10100101 | 101100 | 111011 |
Color Harmonies of #69C4AD
Complementary color
Monochromatic Colors of #69C4AD
Black with #69C4AD
Text Example
Text Example
White with #69C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C4AD; }
p { color: rgb(105,196,173); }
H1.HeaderClassName
{
color: #69C4AD;
}
.AnyTagClassName
{
color: #69C4AD;
}
</style>
background-color css
<style>
a { background-color: #69C4AD; }
a { background-color: rgb(105,196,173); }
div.DivClassName
{
background-color: #69C4AD;
}
.BgClassName
{
background-color: #69C4AD;
}
</style>
border-color css
<style>
span { border-color: #69C4AD; }
span { border-color: rgb(105,196,173); }
td.TdClassName
{
border-color: #69C4AD;
}
.TagClassName
{
border-color: #69C4AD;
}
</style>