Shades of Aquamarine #6AFECA
Tints of Aquamarine #6AFECA
RGB
CMYK
RGB Variations
Color information
#6AFECA (or 0x6AFECA) is known color: Aquamarine. HEX triplet: 6A, FE and CA. RGB value is (106,254,202). Sum of RGB (Red+Green+Blue) = 106+254+202=562 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.86% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFECA is #950135. Grayscale: #CBCBCB. Windows color (decimal): -9765174 or 13303402. OLE color: 13303402.
HSL color Cylindrical-coordinate representation of color #6AFECA: hue angle of 158.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFECA is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 202 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.00 |
| HSL | 158.92º | 0.99% | 0.71% | - |
| HSV(B) | 158.92º | 0.58% | 1% | - |
| XYZ | 52.05 | 78.21 | 68.23 | - |
| YUV | 203.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 202 | 0.58 | 0 | 0.20 | 0.00 | 158.92 | 0.99 | 0.71 |
| Hex | 6A | FE | CA | 3A | 0 | 14 | 0 | 9F | 63 | 47 |
| Octal | 152 | 376 | 312 | 72 | 0 | 24 | 0 | 237 | 143 | 107 |
| Binary | 1101010 | 11111110 | 11001010 | 111010 | 0 | 10100 | 0 | 10011111 | 1100011 | 1000111 |
Color Harmonies of #6AFECA
Complementary color
Monochromatic Colors of #6AFECA
Black with #6AFECA
Text Example
Text Example
White with #6AFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFECA; }
p { color: rgb(106,254,202); }
H1.HeaderClassName
{
color: #6AFECA;
}
.AnyTagClassName
{
color: #6AFECA;
}
</style>
background-color css
<style>
a { background-color: #6AFECA; }
a { background-color: rgb(106,254,202); }
div.DivClassName
{
background-color: #6AFECA;
}
.BgClassName
{
background-color: #6AFECA;
}
</style>
border-color css
<style>
span { border-color: #6AFECA; }
span { border-color: rgb(106,254,202); }
td.TdClassName
{
border-color: #6AFECA;
}
.TagClassName
{
border-color: #6AFECA;
}
</style>