Shades of Aquamarine #6AFEDE
Tints of Aquamarine #6AFEDE
RGB
CMYK
RGB Variations
Color information
#6AFEDE (or 0x6AFEDE) is known color: Aquamarine. HEX triplet: 6A, FE and DE. RGB value is (106,254,222). Sum of RGB (Red+Green+Blue) = 106+254+222=582 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.21% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFEDE is #950121. Grayscale: #CECECE. Windows color (decimal): -9765154 or 14614122. OLE color: 14614122.
HSL color Cylindrical-coordinate representation of color #6AFEDE: hue angle of 167.03º 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 #6AFEDE is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 222 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.00 |
| HSL | 167.03º | 0.99% | 0.71% | - |
| HSV(B) | 167.03º | 0.58% | 1% | - |
| XYZ | 54.57 | 79.22 | 81.52 | - |
| YUV | 206.1 | 136.97 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 222 | 0.58 | 0 | 0.13 | 0.00 | 167.03 | 0.99 | 0.71 |
| Hex | 6A | FE | DE | 3A | 0 | D | 0 | A7 | 63 | 47 |
| Octal | 152 | 376 | 336 | 72 | 0 | 15 | 0 | 247 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11011110 | 111010 | 0 | 1101 | 0 | 10100111 | 1100011 | 1000111 |
Color Harmonies of #6AFEDE
Complementary color
Monochromatic Colors of #6AFEDE
Black with #6AFEDE
Text Example
Text Example
White with #6AFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFEDE; }
p { color: rgb(106,254,222); }
H1.HeaderClassName
{
color: #6AFEDE;
}
.AnyTagClassName
{
color: #6AFEDE;
}
</style>
background-color css
<style>
a { background-color: #6AFEDE; }
a { background-color: rgb(106,254,222); }
div.DivClassName
{
background-color: #6AFEDE;
}
.BgClassName
{
background-color: #6AFEDE;
}
</style>
border-color css
<style>
span { border-color: #6AFEDE; }
span { border-color: rgb(106,254,222); }
td.TdClassName
{
border-color: #6AFEDE;
}
.TagClassName
{
border-color: #6AFEDE;
}
</style>