Shades of Aquamarine #6AFDDE
Tints of Aquamarine #6AFDDE
RGB
CMYK
RGB Variations
Color information
#6AFDDE (or 0x6AFDDE) is known color: Aquamarine. HEX triplet: 6A, FD and DE. RGB value is (106,253,222). Sum of RGB (Red+Green+Blue) = 106+253+222=581 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.24% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDDE is #950221. Grayscale: #CDCDCD. Windows color (decimal): -9765410 or 14613866. OLE color: 14613866.
HSL color Cylindrical-coordinate representation of color #6AFDDE: hue angle of 167.35º 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 #6AFDDE is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 222 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.01 |
| HSL | 167.35º | 0.97% | 0.7% | - |
| HSV(B) | 167.35º | 0.58% | 0.99% | - |
| XYZ | 54.25 | 78.59 | 81.42 | - |
| YUV | 205.51 | 137.3 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 222 | 0.58 | 0 | 0.12 | 0.01 | 167.35 | 0.97 | 0.7 |
| Hex | 6A | FD | DE | 3A | 0 | C | 1 | A7 | 61 | 46 |
| Octal | 152 | 375 | 336 | 72 | 0 | 14 | 1 | 247 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11011110 | 111010 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000110 |
Color Harmonies of #6AFDDE
Complementary color
Monochromatic Colors of #6AFDDE
Black with #6AFDDE
Text Example
Text Example
White with #6AFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDDE; }
p { color: rgb(106,253,222); }
H1.HeaderClassName
{
color: #6AFDDE;
}
.AnyTagClassName
{
color: #6AFDDE;
}
</style>
background-color css
<style>
a { background-color: #6AFDDE; }
a { background-color: rgb(106,253,222); }
div.DivClassName
{
background-color: #6AFDDE;
}
.BgClassName
{
background-color: #6AFDDE;
}
</style>
border-color css
<style>
span { border-color: #6AFDDE; }
span { border-color: rgb(106,253,222); }
td.TdClassName
{
border-color: #6AFDDE;
}
.TagClassName
{
border-color: #6AFDDE;
}
</style>