Shades of Aquamarine #69FDD9
Tints of Aquamarine #69FDD9
RGB
CMYK
RGB Variations
Color information
#69FDD9 (or 0x69FDD9) is known color: Aquamarine. HEX triplet: 69, FD and D9. RGB value is (105,253,217). Sum of RGB (Red+Green+Blue) = 105+253+217=575 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.26% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FDD9 is #960226. Grayscale: #CCCCCC. Windows color (decimal): -9830951 or 14286185. OLE color: 14286185.
HSL color Cylindrical-coordinate representation of color #69FDD9: hue angle of 165.41º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDD9 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 217 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.01 |
| HSL | 165.41º | 0.97% | 0.7% | - |
| HSV(B) | 165.41º | 0.58% | 0.99% | - |
| XYZ | 53.48 | 78.26 | 77.93 | - |
| YUV | 204.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 217 | 0.58 | 0 | 0.14 | 0.01 | 165.41 | 0.97 | 0.7 |
| Hex | 69 | FD | D9 | 3A | 0 | E | 1 | A5 | 61 | 46 |
| Octal | 151 | 375 | 331 | 72 | 0 | 16 | 1 | 245 | 141 | 106 |
| Binary | 1101001 | 11111101 | 11011001 | 111010 | 0 | 1110 | 1 | 10100101 | 1100001 | 1000110 |
Color Harmonies of #69FDD9
Complementary color
Monochromatic Colors of #69FDD9
Black with #69FDD9
Text Example
Text Example
White with #69FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDD9; }
p { color: rgb(105,253,217); }
H1.HeaderClassName
{
color: #69FDD9;
}
.AnyTagClassName
{
color: #69FDD9;
}
</style>
background-color css
<style>
a { background-color: #69FDD9; }
a { background-color: rgb(105,253,217); }
div.DivClassName
{
background-color: #69FDD9;
}
.BgClassName
{
background-color: #69FDD9;
}
</style>
border-color css
<style>
span { border-color: #69FDD9; }
span { border-color: rgb(105,253,217); }
td.TdClassName
{
border-color: #69FDD9;
}
.TagClassName
{
border-color: #69FDD9;
}
</style>