Shades of Aquamarine #68F5CC
Tints of Aquamarine #68F5CC
RGB
CMYK
RGB Variations
Color information
#68F5CC (or 0x68F5CC) is known color: Aquamarine. HEX triplet: 68, F5 and CC. RGB value is (104,245,204). Sum of RGB (Red+Green+Blue) = 104+245+204=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5CC is #970A33. Grayscale: #C6C6C6. Windows color (decimal): -9898548 or 13432168. OLE color: 13432168.
HSL color Cylindrical-coordinate representation of color #68F5CC: hue angle of 162.55º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5CC is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 204 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.04 |
| HSL | 162.55º | 0.88% | 0.68% | - |
| HSV(B) | 162.55º | 0.58% | 0.96% | - |
| XYZ | 49.26 | 72.61 | 68.55 | - |
| YUV | 198.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 204 | 0.58 | 0 | 0.17 | 0.04 | 162.55 | 0.88 | 0.68 |
| Hex | 68 | F5 | CC | 3A | 0 | 11 | 4 | A3 | 58 | 44 |
| Octal | 150 | 365 | 314 | 72 | 0 | 21 | 4 | 243 | 130 | 104 |
| Binary | 1101000 | 11110101 | 11001100 | 111010 | 0 | 10001 | 100 | 10100011 | 1011000 | 1000100 |
Color Harmonies of #68F5CC
Complementary color
Monochromatic Colors of #68F5CC
Black with #68F5CC
Text Example
Text Example
White with #68F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5CC; }
p { color: rgb(104,245,204); }
H1.HeaderClassName
{
color: #68F5CC;
}
.AnyTagClassName
{
color: #68F5CC;
}
</style>
background-color css
<style>
a { background-color: #68F5CC; }
a { background-color: rgb(104,245,204); }
div.DivClassName
{
background-color: #68F5CC;
}
.BgClassName
{
background-color: #68F5CC;
}
</style>
border-color css
<style>
span { border-color: #68F5CC; }
span { border-color: rgb(104,245,204); }
td.TdClassName
{
border-color: #68F5CC;
}
.TagClassName
{
border-color: #68F5CC;
}
</style>