Shades of Aquamarine #69F4D9
Tints of Aquamarine #69F4D9
RGB
CMYK
RGB Variations
Color information
#69F4D9 (or 0x69F4D9) is known color: Aquamarine. HEX triplet: 69, F4 and D9. RGB value is (105,244,217). Sum of RGB (Red+Green+Blue) = 105+244+217=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #69F4D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F4D9 is #960B26. Grayscale: #C7C7C7. Windows color (decimal): -9833255 or 14283881. OLE color: 14283881.
HSL color Cylindrical-coordinate representation of color #69F4D9: hue angle of 168.35º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F4D9 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 244 | 217 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.04 |
| HSL | 168.35º | 0.86% | 0.68% | - |
| HSV(B) | 168.35º | 0.57% | 0.96% | - |
| XYZ | 50.7 | 72.71 | 77.01 | - |
| YUV | 199.36 | 137.95 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 244 | 217 | 0.57 | 0 | 0.11 | 0.04 | 168.35 | 0.86 | 0.68 |
| Hex | 69 | F4 | D9 | 39 | 0 | B | 4 | A8 | 56 | 44 |
| Octal | 151 | 364 | 331 | 71 | 0 | 13 | 4 | 250 | 126 | 104 |
| Binary | 1101001 | 11110100 | 11011001 | 111001 | 0 | 1011 | 100 | 10101000 | 1010110 | 1000100 |
Color Harmonies of #69F4D9
Complementary color
Monochromatic Colors of #69F4D9
Black with #69F4D9
Text Example
Text Example
White with #69F4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F4D9; }
p { color: rgb(105,244,217); }
H1.HeaderClassName
{
color: #69F4D9;
}
.AnyTagClassName
{
color: #69F4D9;
}
</style>
background-color css
<style>
a { background-color: #69F4D9; }
a { background-color: rgb(105,244,217); }
div.DivClassName
{
background-color: #69F4D9;
}
.BgClassName
{
background-color: #69F4D9;
}
</style>
border-color css
<style>
span { border-color: #69F4D9; }
span { border-color: rgb(105,244,217); }
td.TdClassName
{
border-color: #69F4D9;
}
.TagClassName
{
border-color: #69F4D9;
}
</style>