Shades of Medium Aquamarine #69D59F
Tints of Medium Aquamarine #69D59F
RGB
CMYK
RGB Variations
Color information
#69D59F (or 0x69D59F) is known color: Medium Aquamarine. HEX triplet: 69, D5 and 9F. RGB value is (105,213,159). Sum of RGB (Red+Green+Blue) = 105+213+159=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #69D59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D59F is #962A60. Grayscale: #AEAEAE. Windows color (decimal): -9841249 or 10474857. OLE color: 10474857.
HSL color Cylindrical-coordinate representation of color #69D59F: hue angle of 150º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D59F is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 159 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.16 |
| HSL | 150º | 0.56% | 0.62% | - |
| HSV(B) | 150º | 0.51% | 0.84% | - |
| XYZ | 35.88 | 53.09 | 41.16 | - |
| YUV | 174.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 159 | 0.51 | 0 | 0.25 | 0.16 | 150 | 0.56 | 0.62 |
| Hex | 69 | D5 | 9F | 33 | 0 | 19 | 10 | 96 | 38 | 3E |
| Octal | 151 | 325 | 237 | 63 | 0 | 31 | 20 | 226 | 70 | 76 |
| Binary | 1101001 | 11010101 | 10011111 | 110011 | 0 | 11001 | 10000 | 10010110 | 111000 | 111110 |
Color Harmonies of #69D59F
Complementary color
Monochromatic Colors of #69D59F
Black with #69D59F
Text Example
Text Example
White with #69D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D59F; }
p { color: rgb(105,213,159); }
H1.HeaderClassName
{
color: #69D59F;
}
.AnyTagClassName
{
color: #69D59F;
}
</style>
background-color css
<style>
a { background-color: #69D59F; }
a { background-color: rgb(105,213,159); }
div.DivClassName
{
background-color: #69D59F;
}
.BgClassName
{
background-color: #69D59F;
}
</style>
border-color css
<style>
span { border-color: #69D59F; }
span { border-color: rgb(105,213,159); }
td.TdClassName
{
border-color: #69D59F;
}
.TagClassName
{
border-color: #69D59F;
}
</style>