Shades of Aquamarine #68FECA
Tints of Aquamarine #68FECA
RGB
CMYK
RGB Variations
Color information
#68FECA (or 0x68FECA) is known color: Aquamarine. HEX triplet: 68, FE and CA. RGB value is (104,254,202). Sum of RGB (Red+Green+Blue) = 104+254+202=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #68FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FECA is #970135. Grayscale: #CBCBCB. Windows color (decimal): -9896246 or 13303400. OLE color: 13303400.
HSL color Cylindrical-coordinate representation of color #68FECA: hue angle of 159.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FECA is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 202 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.00 |
| HSL | 159.2º | 0.99% | 0.7% | - |
| HSV(B) | 159.2º | 0.59% | 1% | - |
| XYZ | 51.81 | 78.09 | 68.22 | - |
| YUV | 203.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 202 | 0.59 | 0 | 0.20 | 0.00 | 159.2 | 0.99 | 0.7 |
| Hex | 68 | FE | CA | 3B | 0 | 14 | 0 | 9F | 63 | 46 |
| Octal | 150 | 376 | 312 | 73 | 0 | 24 | 0 | 237 | 143 | 106 |
| Binary | 1101000 | 11111110 | 11001010 | 111011 | 0 | 10100 | 0 | 10011111 | 1100011 | 1000110 |
Color Harmonies of #68FECA
Complementary color
Monochromatic Colors of #68FECA
Black with #68FECA
Text Example
Text Example
White with #68FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FECA; }
p { color: rgb(104,254,202); }
H1.HeaderClassName
{
color: #68FECA;
}
.AnyTagClassName
{
color: #68FECA;
}
</style>
background-color css
<style>
a { background-color: #68FECA; }
a { background-color: rgb(104,254,202); }
div.DivClassName
{
background-color: #68FECA;
}
.BgClassName
{
background-color: #68FECA;
}
</style>
border-color css
<style>
span { border-color: #68FECA; }
span { border-color: rgb(104,254,202); }
td.TdClassName
{
border-color: #68FECA;
}
.TagClassName
{
border-color: #68FECA;
}
</style>