Shades of Aquamarine #68FCCA
Tints of Aquamarine #68FCCA
RGB
CMYK
RGB Variations
Color information
#68FCCA (or 0x68FCCA) is known color: Aquamarine. HEX triplet: 68, FC and CA. RGB value is (104,252,202). Sum of RGB (Red+Green+Blue) = 104+252+202=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCCA is #970335. Grayscale: #CACACA. Windows color (decimal): -9896758 or 13302888. OLE color: 13302888.
HSL color Cylindrical-coordinate representation of color #68FCCA: hue angle of 159.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCCA is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 202 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.01 |
| HSL | 159.73º | 0.96% | 0.7% | - |
| HSV(B) | 159.73º | 0.59% | 0.99% | - |
| XYZ | 51.18 | 76.83 | 68.01 | - |
| YUV | 202.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 202 | 0.59 | 0 | 0.20 | 0.01 | 159.73 | 0.96 | 0.7 |
| Hex | 68 | FC | CA | 3B | 0 | 14 | 1 | A0 | 60 | 46 |
| Octal | 150 | 374 | 312 | 73 | 0 | 24 | 1 | 240 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11001010 | 111011 | 0 | 10100 | 1 | 10100000 | 1100000 | 1000110 |
Color Harmonies of #68FCCA
Complementary color
Monochromatic Colors of #68FCCA
Black with #68FCCA
Text Example
Text Example
White with #68FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCCA; }
p { color: rgb(104,252,202); }
H1.HeaderClassName
{
color: #68FCCA;
}
.AnyTagClassName
{
color: #68FCCA;
}
</style>
background-color css
<style>
a { background-color: #68FCCA; }
a { background-color: rgb(104,252,202); }
div.DivClassName
{
background-color: #68FCCA;
}
.BgClassName
{
background-color: #68FCCA;
}
</style>
border-color css
<style>
span { border-color: #68FCCA; }
span { border-color: rgb(104,252,202); }
td.TdClassName
{
border-color: #68FCCA;
}
.TagClassName
{
border-color: #68FCCA;
}
</style>