Shades of Medium Aquamarine #69C5AF
Tints of Medium Aquamarine #69C5AF
RGB
CMYK
RGB Variations
Color information
#69C5AF (or 0x69C5AF) is known color: Medium Aquamarine. HEX triplet: 69, C5 and AF. RGB value is (105,197,175). Sum of RGB (Red+Green+Blue) = 105+197+175=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C5AF is #963A50. Grayscale: #A6A6A6. Windows color (decimal): -9845329 or 11519337. OLE color: 11519337.
HSL color Cylindrical-coordinate representation of color #69C5AF: hue angle of 165.65º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C5AF is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 175 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.23 |
| HSL | 165.65º | 0.44% | 0.59% | - |
| HSV(B) | 165.65º | 0.47% | 0.77% | - |
| XYZ | 33.53 | 46.03 | 47.68 | - |
| YUV | 166.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 175 | 0.47 | 0 | 0.11 | 0.23 | 165.65 | 0.44 | 0.59 |
| Hex | 69 | C5 | AF | 2F | 0 | B | 17 | A6 | 2C | 3B |
| Octal | 151 | 305 | 257 | 57 | 0 | 13 | 27 | 246 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10101111 | 101111 | 0 | 1011 | 10111 | 10100110 | 101100 | 111011 |
Color Harmonies of #69C5AF
Complementary color
Monochromatic Colors of #69C5AF
Black with #69C5AF
Text Example
Text Example
White with #69C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C5AF; }
p { color: rgb(105,197,175); }
H1.HeaderClassName
{
color: #69C5AF;
}
.AnyTagClassName
{
color: #69C5AF;
}
</style>
background-color css
<style>
a { background-color: #69C5AF; }
a { background-color: rgb(105,197,175); }
div.DivClassName
{
background-color: #69C5AF;
}
.BgClassName
{
background-color: #69C5AF;
}
</style>
border-color css
<style>
span { border-color: #69C5AF; }
span { border-color: rgb(105,197,175); }
td.TdClassName
{
border-color: #69C5AF;
}
.TagClassName
{
border-color: #69C5AF;
}
</style>