Shades of Aquamarine #68F4CC
Tints of Aquamarine #68F4CC
RGB
CMYK
RGB Variations
Color information
#68F4CC (or 0x68F4CC) is known color: Aquamarine. HEX triplet: 68, F4 and CC. RGB value is (104,244,204). Sum of RGB (Red+Green+Blue) = 104+244+204=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4CC is #970B33. Grayscale: #C5C5C5. Windows color (decimal): -9898804 or 13431912. OLE color: 13431912.
HSL color Cylindrical-coordinate representation of color #68F4CC: hue angle of 162.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4CC is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 204 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.04 |
| HSL | 162.86º | 0.86% | 0.68% | - |
| HSV(B) | 162.86º | 0.57% | 0.96% | - |
| XYZ | 48.96 | 72 | 68.44 | - |
| YUV | 197.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 204 | 0.57 | 0 | 0.16 | 0.04 | 162.86 | 0.86 | 0.68 |
| Hex | 68 | F4 | CC | 39 | 0 | 10 | 4 | A3 | 56 | 44 |
| Octal | 150 | 364 | 314 | 71 | 0 | 20 | 4 | 243 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11001100 | 111001 | 0 | 10000 | 100 | 10100011 | 1010110 | 1000100 |
Color Harmonies of #68F4CC
Complementary color
Monochromatic Colors of #68F4CC
Black with #68F4CC
Text Example
Text Example
White with #68F4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4CC; }
p { color: rgb(104,244,204); }
H1.HeaderClassName
{
color: #68F4CC;
}
.AnyTagClassName
{
color: #68F4CC;
}
</style>
background-color css
<style>
a { background-color: #68F4CC; }
a { background-color: rgb(104,244,204); }
div.DivClassName
{
background-color: #68F4CC;
}
.BgClassName
{
background-color: #68F4CC;
}
</style>
border-color css
<style>
span { border-color: #68F4CC; }
span { border-color: rgb(104,244,204); }
td.TdClassName
{
border-color: #68F4CC;
}
.TagClassName
{
border-color: #68F4CC;
}
</style>