Shades of Medium Aquamarine #69C2AD
Tints of Medium Aquamarine #69C2AD
RGB
CMYK
RGB Variations
Color information
#69C2AD (or 0x69C2AD) is known color: Medium Aquamarine. HEX triplet: 69, C2 and AD. RGB value is (105,194,173). Sum of RGB (Red+Green+Blue) = 105+194+173=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #69C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C2AD is #963D52. Grayscale: #A4A4A4. Windows color (decimal): -9846099 or 11387497. OLE color: 11387497.
HSL color Cylindrical-coordinate representation of color #69C2AD: hue angle of 165.84º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C2AD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 194 | 173 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.24 |
| HSL | 165.84º | 0.42% | 0.59% | - |
| HSV(B) | 165.84º | 0.46% | 0.76% | - |
| XYZ | 32.66 | 44.6 | 46.42 | - |
| YUV | 165 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 173 | 0.46 | 0 | 0.11 | 0.24 | 165.84 | 0.42 | 0.59 |
| Hex | 69 | C2 | AD | 2E | 0 | B | 18 | A6 | 2A | 3B |
| Octal | 151 | 302 | 255 | 56 | 0 | 13 | 30 | 246 | 52 | 73 |
| Binary | 1101001 | 11000010 | 10101101 | 101110 | 0 | 1011 | 11000 | 10100110 | 101010 | 111011 |
Color Harmonies of #69C2AD
Complementary color
Monochromatic Colors of #69C2AD
Black with #69C2AD
Text Example
Text Example
White with #69C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2AD; }
p { color: rgb(105,194,173); }
H1.HeaderClassName
{
color: #69C2AD;
}
.AnyTagClassName
{
color: #69C2AD;
}
</style>
background-color css
<style>
a { background-color: #69C2AD; }
a { background-color: rgb(105,194,173); }
div.DivClassName
{
background-color: #69C2AD;
}
.BgClassName
{
background-color: #69C2AD;
}
</style>
border-color css
<style>
span { border-color: #69C2AD; }
span { border-color: rgb(105,194,173); }
td.TdClassName
{
border-color: #69C2AD;
}
.TagClassName
{
border-color: #69C2AD;
}
</style>