Shades of Aquamarine #69F9DF
Tints of Aquamarine #69F9DF
RGB
CMYK
RGB Variations
Color information
#69F9DF (or 0x69F9DF) is known color: Aquamarine. HEX triplet: 69, F9 and DF. RGB value is (105,249,223). Sum of RGB (Red+Green+Blue) = 105+249+223=577 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.20% from 577); Green value is 249 (97.66% from 255 or 43.15% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 249 - color contains mainly: green. Hex color #69F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F9DF is #960620. Grayscale: #CACACA. Windows color (decimal): -9831969 or 14678377. OLE color: 14678377.
HSL color Cylindrical-coordinate representation of color #69F9DF: hue angle of 169.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F9DF is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 249 | 223 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.02 |
| HSL | 169.17º | 0.92% | 0.69% | - |
| HSV(B) | 169.17º | 0.58% | 0.98% | - |
| XYZ | 53.02 | 76.08 | 81.7 | - |
| YUV | 202.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 249 | 223 | 0.58 | 0 | 0.10 | 0.02 | 169.17 | 0.92 | 0.69 |
| Hex | 69 | F9 | DF | 3A | 0 | A | 2 | A9 | 5C | 45 |
| Octal | 151 | 371 | 337 | 72 | 0 | 12 | 2 | 251 | 134 | 105 |
| Binary | 1101001 | 11111001 | 11011111 | 111010 | 0 | 1010 | 10 | 10101001 | 1011100 | 1000101 |
Color Harmonies of #69F9DF
Complementary color
Monochromatic Colors of #69F9DF
Black with #69F9DF
Text Example
Text Example
White with #69F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F9DF; }
p { color: rgb(105,249,223); }
H1.HeaderClassName
{
color: #69F9DF;
}
.AnyTagClassName
{
color: #69F9DF;
}
</style>
background-color css
<style>
a { background-color: #69F9DF; }
a { background-color: rgb(105,249,223); }
div.DivClassName
{
background-color: #69F9DF;
}
.BgClassName
{
background-color: #69F9DF;
}
</style>
border-color css
<style>
span { border-color: #69F9DF; }
span { border-color: rgb(105,249,223); }
td.TdClassName
{
border-color: #69F9DF;
}
.TagClassName
{
border-color: #69F9DF;
}
</style>