Shades of Aquamarine #6AFDE4
Tints of Aquamarine #6AFDE4
RGB
CMYK
RGB Variations
Color information
#6AFDE4 (or 0x6AFDE4) is known color: Aquamarine. HEX triplet: 6A, FD and E4. RGB value is (106,253,228). Sum of RGB (Red+Green+Blue) = 106+253+228=587 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.06% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDE4 is #95021B. Grayscale: #CECECE. Windows color (decimal): -9765404 or 15007082. OLE color: 15007082.
HSL color Cylindrical-coordinate representation of color #6AFDE4: hue angle of 169.8º degrees, saturation: 0.97, 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 #6AFDE4 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 253 | 228 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.01 |
| HSL | 169.8º | 0.97% | 0.7% | - |
| HSV(B) | 169.8º | 0.58% | 0.99% | - |
| XYZ | 55.07 | 78.92 | 85.73 | - |
| YUV | 206.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 253 | 228 | 0.58 | 0 | 0.10 | 0.01 | 169.8 | 0.97 | 0.7 |
| Hex | 6A | FD | E4 | 3A | 0 | A | 1 | AA | 61 | 46 |
| Octal | 152 | 375 | 344 | 72 | 0 | 12 | 1 | 252 | 141 | 106 |
| Binary | 1101010 | 11111101 | 11100100 | 111010 | 0 | 1010 | 1 | 10101010 | 1100001 | 1000110 |
Color Harmonies of #6AFDE4
Complementary color
Monochromatic Colors of #6AFDE4
Black with #6AFDE4
Text Example
Text Example
White with #6AFDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFDE4; }
p { color: rgb(106,253,228); }
H1.HeaderClassName
{
color: #6AFDE4;
}
.AnyTagClassName
{
color: #6AFDE4;
}
</style>
background-color css
<style>
a { background-color: #6AFDE4; }
a { background-color: rgb(106,253,228); }
div.DivClassName
{
background-color: #6AFDE4;
}
.BgClassName
{
background-color: #6AFDE4;
}
</style>
border-color css
<style>
span { border-color: #6AFDE4; }
span { border-color: rgb(106,253,228); }
td.TdClassName
{
border-color: #6AFDE4;
}
.TagClassName
{
border-color: #6AFDE4;
}
</style>