Shades of Aquamarine #6AEDC9
Tints of Aquamarine #6AEDC9
RGB
CMYK
RGB Variations
Color information
#6AEDC9 (or 0x6AEDC9) is known color: Aquamarine. HEX triplet: 6A, ED and C9. RGB value is (106,237,201). Sum of RGB (Red+Green+Blue) = 106+237+201=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDC9 is #951236. Grayscale: #C1C1C1. Windows color (decimal): -9769527 or 13233514. OLE color: 13233514.
HSL color Cylindrical-coordinate representation of color #6AEDC9: hue angle of 163.51º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDC9 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 201 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.07 |
| HSL | 163.51º | 0.78% | 0.67% | - |
| HSV(B) | 163.51º | 0.55% | 0.93% | - |
| XYZ | 46.77 | 67.85 | 65.89 | - |
| YUV | 193.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 201 | 0.55 | 0 | 0.15 | 0.07 | 163.51 | 0.78 | 0.67 |
| Hex | 6A | ED | C9 | 37 | 0 | F | 7 | A4 | 4E | 43 |
| Octal | 152 | 355 | 311 | 67 | 0 | 17 | 7 | 244 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11001001 | 110111 | 0 | 1111 | 111 | 10100100 | 1001110 | 1000011 |
Color Harmonies of #6AEDC9
Complementary color
Monochromatic Colors of #6AEDC9
Black with #6AEDC9
Text Example
Text Example
White with #6AEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDC9; }
p { color: rgb(106,237,201); }
H1.HeaderClassName
{
color: #6AEDC9;
}
.AnyTagClassName
{
color: #6AEDC9;
}
</style>
background-color css
<style>
a { background-color: #6AEDC9; }
a { background-color: rgb(106,237,201); }
div.DivClassName
{
background-color: #6AEDC9;
}
.BgClassName
{
background-color: #6AEDC9;
}
</style>
border-color css
<style>
span { border-color: #6AEDC9; }
span { border-color: rgb(106,237,201); }
td.TdClassName
{
border-color: #6AEDC9;
}
.TagClassName
{
border-color: #6AEDC9;
}
</style>