Shades of Aquamarine #6AFEDA
Tints of Aquamarine #6AFEDA
RGB
CMYK
RGB Variations
Color information
#6AFEDA (or 0x6AFEDA) is known color: Aquamarine. HEX triplet: 6A, FE and DA. RGB value is (106,254,218). Sum of RGB (Red+Green+Blue) = 106+254+218=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEDA is #950125. Grayscale: #CDCDCD. Windows color (decimal): -9765158 or 14351978. OLE color: 14351978.
HSL color Cylindrical-coordinate representation of color #6AFEDA: hue angle of 165.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEDA is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 218 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.00 |
| HSL | 165.41º | 0.99% | 0.71% | - |
| HSV(B) | 165.41º | 0.58% | 1% | - |
| XYZ | 54.04 | 79.01 | 78.73 | - |
| YUV | 205.64 | 134.97 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 218 | 0.58 | 0 | 0.14 | 0.00 | 165.41 | 0.99 | 0.71 |
| Hex | 6A | FE | DA | 3A | 0 | E | 0 | A5 | 63 | 47 |
| Octal | 152 | 376 | 332 | 72 | 0 | 16 | 0 | 245 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11011010 | 111010 | 0 | 1110 | 0 | 10100101 | 1100011 | 1000111 |
Color Harmonies of #6AFEDA
Complementary color
Monochromatic Colors of #6AFEDA
Black with #6AFEDA
Text Example
Text Example
White with #6AFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEDA; }
p { color: rgb(106,254,218); }
H1.HeaderClassName
{
color: #6AFEDA;
}
.AnyTagClassName
{
color: #6AFEDA;
}
</style>
background-color css
<style>
a { background-color: #6AFEDA; }
a { background-color: rgb(106,254,218); }
div.DivClassName
{
background-color: #6AFEDA;
}
.BgClassName
{
background-color: #6AFEDA;
}
</style>
border-color css
<style>
span { border-color: #6AFEDA; }
span { border-color: rgb(106,254,218); }
td.TdClassName
{
border-color: #6AFEDA;
}
.TagClassName
{
border-color: #6AFEDA;
}
</style>