Shades of Medium Aquamarine #69C59F
Tints of Medium Aquamarine #69C59F
RGB
CMYK
RGB Variations
Color information
#69C59F (or 0x69C59F) is known color: Medium Aquamarine. HEX triplet: 69, C5 and 9F. RGB value is (105,197,159). Sum of RGB (Red+Green+Blue) = 105+197+159=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #69C59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C59F is #963A60. Grayscale: #A5A5A5. Windows color (decimal): -9845345 or 10470761. OLE color: 10470761.
HSL color Cylindrical-coordinate representation of color #69C59F: hue angle of 155.22º 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 #69C59F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 159 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.23 |
| HSL | 155.22º | 0.44% | 0.59% | - |
| HSV(B) | 155.22º | 0.47% | 0.77% | - |
| XYZ | 32.05 | 45.44 | 39.88 | - |
| YUV | 165.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 159 | 0.47 | 0 | 0.19 | 0.23 | 155.22 | 0.44 | 0.59 |
| Hex | 69 | C5 | 9F | 2F | 0 | 13 | 17 | 9B | 2C | 3B |
| Octal | 151 | 305 | 237 | 57 | 0 | 23 | 27 | 233 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10011111 | 101111 | 0 | 10011 | 10111 | 10011011 | 101100 | 111011 |
Color Harmonies of #69C59F
Complementary color
Monochromatic Colors of #69C59F
Black with #69C59F
Text Example
Text Example
White with #69C59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C59F; }
p { color: rgb(105,197,159); }
H1.HeaderClassName
{
color: #69C59F;
}
.AnyTagClassName
{
color: #69C59F;
}
</style>
background-color css
<style>
a { background-color: #69C59F; }
a { background-color: rgb(105,197,159); }
div.DivClassName
{
background-color: #69C59F;
}
.BgClassName
{
background-color: #69C59F;
}
</style>
border-color css
<style>
span { border-color: #69C59F; }
span { border-color: rgb(105,197,159); }
td.TdClassName
{
border-color: #69C59F;
}
.TagClassName
{
border-color: #69C59F;
}
</style>