Shades of Aquamarine #68F7CC
Tints of Aquamarine #68F7CC
RGB
CMYK
RGB Variations
Color information
#68F7CC (or 0x68F7CC) is known color: Aquamarine. HEX triplet: 68, F7 and CC. RGB value is (104,247,204). Sum of RGB (Red+Green+Blue) = 104+247+204=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F7CC is #970833. Grayscale: #C7C7C7. Windows color (decimal): -9898036 or 13432680. OLE color: 13432680.
HSL color Cylindrical-coordinate representation of color #68F7CC: hue angle of 161.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7CC is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 204 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.03 |
| HSL | 161.96º | 0.9% | 0.69% | - |
| HSV(B) | 161.96º | 0.58% | 0.97% | - |
| XYZ | 49.87 | 73.82 | 68.75 | - |
| YUV | 199.34 | 130.62 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 204 | 0.58 | 0 | 0.17 | 0.03 | 161.96 | 0.9 | 0.69 |
| Hex | 68 | F7 | CC | 3A | 0 | 11 | 3 | A2 | 5A | 45 |
| Octal | 150 | 367 | 314 | 72 | 0 | 21 | 3 | 242 | 132 | 105 |
| Binary | 1101000 | 11110111 | 11001100 | 111010 | 0 | 10001 | 11 | 10100010 | 1011010 | 1000101 |
Color Harmonies of #68F7CC
Complementary color
Monochromatic Colors of #68F7CC
Black with #68F7CC
Text Example
Text Example
White with #68F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F7CC; }
p { color: rgb(104,247,204); }
H1.HeaderClassName
{
color: #68F7CC;
}
.AnyTagClassName
{
color: #68F7CC;
}
</style>
background-color css
<style>
a { background-color: #68F7CC; }
a { background-color: rgb(104,247,204); }
div.DivClassName
{
background-color: #68F7CC;
}
.BgClassName
{
background-color: #68F7CC;
}
</style>
border-color css
<style>
span { border-color: #68F7CC; }
span { border-color: rgb(104,247,204); }
td.TdClassName
{
border-color: #68F7CC;
}
.TagClassName
{
border-color: #68F7CC;
}
</style>