Shades of Aquamarine #6AFFCE
Tints of Aquamarine #6AFFCE
RGB
CMYK
RGB Variations
Color information
#6AFFCE (or 0x6AFFCE) is known color: Aquamarine. HEX triplet: 6A, FF and CE. RGB value is (106,255,206). Sum of RGB (Red+Green+Blue) = 106+255+206=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFCE is #950031. Grayscale: #CCCCCC. Windows color (decimal): -9764914 or 13565802. OLE color: 13565802.
HSL color Cylindrical-coordinate representation of color #6AFFCE: hue angle of 160.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFCE is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 206 | - |
| CMYK | 0.58 | 0 | 0.19 | 0 |
| HSL | 160.27º | 1% | 0.71% | - |
| HSV(B) | 160.27º | 0.58% | 1% | - |
| XYZ | 52.84 | 79.04 | 70.86 | - |
| YUV | 204.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 206 | 0.58 | 0 | 0.19 | 0 | 160.27 | 1 | 0.71 |
| Hex | 6A | FF | CE | 3A | 0 | 13 | 0 | A0 | 64 | 47 |
| Octal | 152 | 377 | 316 | 72 | 0 | 23 | 0 | 240 | 144 | 107 |
| Binary | 1101010 | 11111111 | 11001110 | 111010 | 0 | 10011 | 0 | 10100000 | 1100100 | 1000111 |
Color Harmonies of #6AFFCE
Complementary color
Monochromatic Colors of #6AFFCE
Black with #6AFFCE
Text Example
Text Example
White with #6AFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFFCE; }
p { color: rgb(106,255,206); }
H1.HeaderClassName
{
color: #6AFFCE;
}
.AnyTagClassName
{
color: #6AFFCE;
}
</style>
background-color css
<style>
a { background-color: #6AFFCE; }
a { background-color: rgb(106,255,206); }
div.DivClassName
{
background-color: #6AFFCE;
}
.BgClassName
{
background-color: #6AFFCE;
}
</style>
border-color css
<style>
span { border-color: #6AFFCE; }
span { border-color: rgb(106,255,206); }
td.TdClassName
{
border-color: #6AFFCE;
}
.TagClassName
{
border-color: #6AFFCE;
}
</style>