Shades of Aquamarine #68FCCC
Tints of Aquamarine #68FCCC
RGB
CMYK
RGB Variations
Color information
#68FCCC (or 0x68FCCC) is known color: Aquamarine. HEX triplet: 68, FC and CC. RGB value is (104,252,204). Sum of RGB (Red+Green+Blue) = 104+252+204=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCCC is #970333. Grayscale: #CACACA. Windows color (decimal): -9896756 or 13433960. OLE color: 13433960.
HSL color Cylindrical-coordinate representation of color #68FCCC: hue angle of 160.54º 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 #68FCCC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 204 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.01 |
| HSL | 160.54º | 0.96% | 0.7% | - |
| HSV(B) | 160.54º | 0.59% | 0.99% | - |
| XYZ | 51.42 | 76.92 | 69.26 | - |
| YUV | 202.28 | 128.97 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 204 | 0.59 | 0 | 0.19 | 0.01 | 160.54 | 0.96 | 0.7 |
| Hex | 68 | FC | CC | 3B | 0 | 13 | 1 | A1 | 60 | 46 |
| Octal | 150 | 374 | 314 | 73 | 0 | 23 | 1 | 241 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11001100 | 111011 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000110 |
Color Harmonies of #68FCCC
Complementary color
Monochromatic Colors of #68FCCC
Black with #68FCCC
Text Example
Text Example
White with #68FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCCC; }
p { color: rgb(104,252,204); }
H1.HeaderClassName
{
color: #68FCCC;
}
.AnyTagClassName
{
color: #68FCCC;
}
</style>
background-color css
<style>
a { background-color: #68FCCC; }
a { background-color: rgb(104,252,204); }
div.DivClassName
{
background-color: #68FCCC;
}
.BgClassName
{
background-color: #68FCCC;
}
</style>
border-color css
<style>
span { border-color: #68FCCC; }
span { border-color: rgb(104,252,204); }
td.TdClassName
{
border-color: #68FCCC;
}
.TagClassName
{
border-color: #68FCCC;
}
</style>