Shades of Aquamarine #68FAC7
Tints of Aquamarine #68FAC7
RGB
CMYK
RGB Variations
Color information
#68FAC7 (or 0x68FAC7) is known color: Aquamarine. HEX triplet: 68, FA and C7. RGB value is (104,250,199). Sum of RGB (Red+Green+Blue) = 104+250+199=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC7 is #970538. Grayscale: #C8C8C8. Windows color (decimal): -9897273 or 13105768. OLE color: 13105768.
HSL color Cylindrical-coordinate representation of color #68FAC7: hue angle of 159.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAC7 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 199 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.02 |
| HSL | 159.04º | 0.94% | 0.69% | - |
| HSV(B) | 159.04º | 0.58% | 0.98% | - |
| XYZ | 50.2 | 75.44 | 65.95 | - |
| YUV | 200.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 199 | 0.58 | 0 | 0.20 | 0.02 | 159.04 | 0.94 | 0.69 |
| Hex | 68 | FA | C7 | 3A | 0 | 14 | 2 | 9F | 5E | 45 |
| Octal | 150 | 372 | 307 | 72 | 0 | 24 | 2 | 237 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11000111 | 111010 | 0 | 10100 | 10 | 10011111 | 1011110 | 1000101 |
Color Harmonies of #68FAC7
Complementary color
Monochromatic Colors of #68FAC7
Black with #68FAC7
Text Example
Text Example
White with #68FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAC7; }
p { color: rgb(104,250,199); }
H1.HeaderClassName
{
color: #68FAC7;
}
.AnyTagClassName
{
color: #68FAC7;
}
</style>
background-color css
<style>
a { background-color: #68FAC7; }
a { background-color: rgb(104,250,199); }
div.DivClassName
{
background-color: #68FAC7;
}
.BgClassName
{
background-color: #68FAC7;
}
</style>
border-color css
<style>
span { border-color: #68FAC7; }
span { border-color: rgb(104,250,199); }
td.TdClassName
{
border-color: #68FAC7;
}
.TagClassName
{
border-color: #68FAC7;
}
</style>