Shades of Aquamarine #6DFECA
Tints of Aquamarine #6DFECA
RGB
CMYK
RGB Variations
Color information
#6DFECA (or 0x6DFECA) is known color: Aquamarine. HEX triplet: 6D, FE and CA. RGB value is (109,254,202). Sum of RGB (Red+Green+Blue) = 109+254+202=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFECA is #920135. Grayscale: #CCCCCC. Windows color (decimal): -9568566 or 13303405. OLE color: 13303405.
HSL color Cylindrical-coordinate representation of color #6DFECA: hue angle of 158.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFECA is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 202 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.00 |
| HSL | 158.48º | 0.99% | 0.71% | - |
| HSV(B) | 158.48º | 0.57% | 1% | - |
| XYZ | 52.41 | 78.4 | 68.25 | - |
| YUV | 204.72 | 126.46 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 202 | 0.57 | 0 | 0.20 | 0.00 | 158.48 | 0.99 | 0.71 |
| Hex | 6D | FE | CA | 39 | 0 | 14 | 0 | 9E | 63 | 47 |
| Octal | 155 | 376 | 312 | 71 | 0 | 24 | 0 | 236 | 143 | 107 |
| Binary | 1101101 | 11111110 | 11001010 | 111001 | 0 | 10100 | 0 | 10011110 | 1100011 | 1000111 |
Color Harmonies of #6DFECA
Complementary color
Monochromatic Colors of #6DFECA
Black with #6DFECA
Text Example
Text Example
White with #6DFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFECA; }
p { color: rgb(109,254,202); }
H1.HeaderClassName
{
color: #6DFECA;
}
.AnyTagClassName
{
color: #6DFECA;
}
</style>
background-color css
<style>
a { background-color: #6DFECA; }
a { background-color: rgb(109,254,202); }
div.DivClassName
{
background-color: #6DFECA;
}
.BgClassName
{
background-color: #6DFECA;
}
</style>
border-color css
<style>
span { border-color: #6DFECA; }
span { border-color: rgb(109,254,202); }
td.TdClassName
{
border-color: #6DFECA;
}
.TagClassName
{
border-color: #6DFECA;
}
</style>