Shades of Aquamarine #6AEFC6
Tints of Aquamarine #6AEFC6
RGB
CMYK
RGB Variations
Color information
#6AEFC6 (or 0x6AEFC6) is known color: Aquamarine. HEX triplet: 6A, EF and C6. RGB value is (106,239,198). Sum of RGB (Red+Green+Blue) = 106+239+198=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFC6 is #951039. Grayscale: #C2C2C2. Windows color (decimal): -9769018 or 13037418. OLE color: 13037418.
HSL color Cylindrical-coordinate representation of color #6AEFC6: hue angle of 161.5º 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 #6AEFC6 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 239 | 198 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.06 |
| HSL | 161.5º | 0.81% | 0.68% | - |
| HSV(B) | 161.5º | 0.56% | 0.94% | - |
| XYZ | 47 | 68.87 | 64.24 | - |
| YUV | 194.56 | 129.94 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 239 | 198 | 0.56 | 0 | 0.17 | 0.06 | 161.5 | 0.81 | 0.68 |
| Hex | 6A | EF | C6 | 38 | 0 | 11 | 6 | A2 | 51 | 44 |
| Octal | 152 | 357 | 306 | 70 | 0 | 21 | 6 | 242 | 121 | 104 |
| Binary | 1101010 | 11101111 | 11000110 | 111000 | 0 | 10001 | 110 | 10100010 | 1010001 | 1000100 |
Color Harmonies of #6AEFC6
Complementary color
Monochromatic Colors of #6AEFC6
Black with #6AEFC6
Text Example
Text Example
White with #6AEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEFC6; }
p { color: rgb(106,239,198); }
H1.HeaderClassName
{
color: #6AEFC6;
}
.AnyTagClassName
{
color: #6AEFC6;
}
</style>
background-color css
<style>
a { background-color: #6AEFC6; }
a { background-color: rgb(106,239,198); }
div.DivClassName
{
background-color: #6AEFC6;
}
.BgClassName
{
background-color: #6AEFC6;
}
</style>
border-color css
<style>
span { border-color: #6AEFC6; }
span { border-color: rgb(106,239,198); }
td.TdClassName
{
border-color: #6AEFC6;
}
.TagClassName
{
border-color: #6AEFC6;
}
</style>