Shades of Aquamarine #6AEFD2
Tints of Aquamarine #6AEFD2
RGB
CMYK
RGB Variations
Color information
#6AEFD2 (or 0x6AEFD2) is known color: Aquamarine. HEX triplet: 6A, EF and D2. RGB value is (106,239,210). Sum of RGB (Red+Green+Blue) = 106+239+210=555 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.10% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFD2 is #95102D. Grayscale: #C3C3C3. Windows color (decimal): -9769006 or 13823850. OLE color: 13823850.
HSL color Cylindrical-coordinate representation of color #6AEFD2: hue angle of 166.92º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFD2 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 210 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.06 |
| HSL | 166.92º | 0.81% | 0.68% | - |
| HSV(B) | 166.92º | 0.56% | 0.94% | - |
| XYZ | 48.44 | 69.45 | 71.82 | - |
| YUV | 195.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 210 | 0.56 | 0 | 0.12 | 0.06 | 166.92 | 0.81 | 0.68 |
| Hex | 6A | EF | D2 | 38 | 0 | C | 6 | A7 | 51 | 44 |
| Octal | 152 | 357 | 322 | 70 | 0 | 14 | 6 | 247 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11010010 | 111000 | 0 | 1100 | 110 | 10100111 | 1010001 | 1000100 |
Color Harmonies of #6AEFD2
Complementary color
Monochromatic Colors of #6AEFD2
Black with #6AEFD2
Text Example
Text Example
White with #6AEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFD2; }
p { color: rgb(106,239,210); }
H1.HeaderClassName
{
color: #6AEFD2;
}
.AnyTagClassName
{
color: #6AEFD2;
}
</style>
background-color css
<style>
a { background-color: #6AEFD2; }
a { background-color: rgb(106,239,210); }
div.DivClassName
{
background-color: #6AEFD2;
}
.BgClassName
{
background-color: #6AEFD2;
}
</style>
border-color css
<style>
span { border-color: #6AEFD2; }
span { border-color: rgb(106,239,210); }
td.TdClassName
{
border-color: #6AEFD2;
}
.TagClassName
{
border-color: #6AEFD2;
}
</style>