Shades of Aquamarine #6AEDCD
Tints of Aquamarine #6AEDCD
RGB
CMYK
RGB Variations
Color information
#6AEDCD (or 0x6AEDCD) is known color: Aquamarine. HEX triplet: 6A, ED and CD. RGB value is (106,237,205). Sum of RGB (Red+Green+Blue) = 106+237+205=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDCD is #951232. Grayscale: #C2C2C2. Windows color (decimal): -9769523 or 13495658. OLE color: 13495658.
HSL color Cylindrical-coordinate representation of color #6AEDCD: hue angle of 165.34º 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 #6AEDCD is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 205 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.07 |
| HSL | 165.34º | 0.78% | 0.67% | - |
| HSV(B) | 165.34º | 0.55% | 0.93% | - |
| XYZ | 47.25 | 68.04 | 68.4 | - |
| YUV | 194.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 205 | 0.55 | 0 | 0.14 | 0.07 | 165.34 | 0.78 | 0.67 |
| Hex | 6A | ED | CD | 37 | 0 | E | 7 | A5 | 4E | 43 |
| Octal | 152 | 355 | 315 | 67 | 0 | 16 | 7 | 245 | 116 | 103 |
| Binary | 1101010 | 11101101 | 11001101 | 110111 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000011 |
Color Harmonies of #6AEDCD
Complementary color
Monochromatic Colors of #6AEDCD
Black with #6AEDCD
Text Example
Text Example
White with #6AEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDCD; }
p { color: rgb(106,237,205); }
H1.HeaderClassName
{
color: #6AEDCD;
}
.AnyTagClassName
{
color: #6AEDCD;
}
</style>
background-color css
<style>
a { background-color: #6AEDCD; }
a { background-color: rgb(106,237,205); }
div.DivClassName
{
background-color: #6AEDCD;
}
.BgClassName
{
background-color: #6AEDCD;
}
</style>
border-color css
<style>
span { border-color: #6AEDCD; }
span { border-color: rgb(106,237,205); }
td.TdClassName
{
border-color: #6AEDCD;
}
.TagClassName
{
border-color: #6AEDCD;
}
</style>