Shades of Aquamarine #6AFCC6
Tints of Aquamarine #6AFCC6
RGB
CMYK
RGB Variations
Color information
#6AFCC6 (or 0x6AFCC6) is known color: Aquamarine. HEX triplet: 6A, FC and C6. RGB value is (106,252,198). Sum of RGB (Red+Green+Blue) = 106+252+198=556 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.06% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFCC6 is #950339. Grayscale: #CACACA. Windows color (decimal): -9765690 or 13040746. OLE color: 13040746.
HSL color Cylindrical-coordinate representation of color #6AFCC6: hue angle of 157.81º degrees, saturation: 0.96, 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 #6AFCC6 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 252 | 198 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.01 |
| HSL | 157.81º | 0.96% | 0.7% | - |
| HSV(B) | 157.81º | 0.58% | 0.99% | - |
| XYZ | 50.95 | 76.76 | 65.56 | - |
| YUV | 202.19 | 125.63 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 252 | 198 | 0.58 | 0 | 0.21 | 0.01 | 157.81 | 0.96 | 0.7 |
| Hex | 6A | FC | C6 | 3A | 0 | 15 | 1 | 9E | 60 | 46 |
| Octal | 152 | 374 | 306 | 72 | 0 | 25 | 1 | 236 | 140 | 106 |
| Binary | 1101010 | 11111100 | 11000110 | 111010 | 0 | 10101 | 1 | 10011110 | 1100000 | 1000110 |
Color Harmonies of #6AFCC6
Complementary color
Monochromatic Colors of #6AFCC6
Black with #6AFCC6
Text Example
Text Example
White with #6AFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFCC6; }
p { color: rgb(106,252,198); }
H1.HeaderClassName
{
color: #6AFCC6;
}
.AnyTagClassName
{
color: #6AFCC6;
}
</style>
background-color css
<style>
a { background-color: #6AFCC6; }
a { background-color: rgb(106,252,198); }
div.DivClassName
{
background-color: #6AFCC6;
}
.BgClassName
{
background-color: #6AFCC6;
}
</style>
border-color css
<style>
span { border-color: #6AFCC6; }
span { border-color: rgb(106,252,198); }
td.TdClassName
{
border-color: #6AFCC6;
}
.TagClassName
{
border-color: #6AFCC6;
}
</style>