Shades of Aquamarine #68FECB
Tints of Aquamarine #68FECB
RGB
CMYK
RGB Variations
Color information
#68FECB (or 0x68FECB) is known color: Aquamarine. HEX triplet: 68, FE and CB. RGB value is (104,254,203). Sum of RGB (Red+Green+Blue) = 104+254+203=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #68FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FECB is #970134. Grayscale: #CBCBCB. Windows color (decimal): -9896245 or 13368936. OLE color: 13368936.
HSL color Cylindrical-coordinate representation of color #68FECB: hue angle of 159.6º 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 #68FECB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 203 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.00 |
| HSL | 159.6º | 0.99% | 0.7% | - |
| HSV(B) | 159.6º | 0.59% | 1% | - |
| XYZ | 51.93 | 78.14 | 68.85 | - |
| YUV | 203.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 203 | 0.59 | 0 | 0.20 | 0.00 | 159.6 | 0.99 | 0.7 |
| Hex | 68 | FE | CB | 3B | 0 | 14 | 0 | A0 | 63 | 46 |
| Octal | 150 | 376 | 313 | 73 | 0 | 24 | 0 | 240 | 143 | 106 |
| Binary | 1101000 | 11111110 | 11001011 | 111011 | 0 | 10100 | 0 | 10100000 | 1100011 | 1000110 |
Color Harmonies of #68FECB
Complementary color
Monochromatic Colors of #68FECB
Black with #68FECB
Text Example
Text Example
White with #68FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FECB; }
p { color: rgb(104,254,203); }
H1.HeaderClassName
{
color: #68FECB;
}
.AnyTagClassName
{
color: #68FECB;
}
</style>
background-color css
<style>
a { background-color: #68FECB; }
a { background-color: rgb(104,254,203); }
div.DivClassName
{
background-color: #68FECB;
}
.BgClassName
{
background-color: #68FECB;
}
</style>
border-color css
<style>
span { border-color: #68FECB; }
span { border-color: rgb(104,254,203); }
td.TdClassName
{
border-color: #68FECB;
}
.TagClassName
{
border-color: #68FECB;
}
</style>