Shades of Aquamarine #68FAC0
Tints of Aquamarine #68FAC0
RGB
CMYK
RGB Variations
Color information
#68FAC0 (or 0x68FAC0) is known color: Aquamarine. HEX triplet: 68, FA and C0. RGB value is (104,250,192). Sum of RGB (Red+Green+Blue) = 104+250+192=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC0 is #97053F. Grayscale: #C7C7C7. Windows color (decimal): -9897280 or 12647016. OLE color: 12647016.
HSL color Cylindrical-coordinate representation of color #68FAC0: hue angle of 156.16º 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 #68FAC0 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 192 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.02 |
| HSL | 156.16º | 0.94% | 0.69% | - |
| HSV(B) | 156.16º | 0.58% | 0.98% | - |
| XYZ | 49.41 | 75.12 | 61.76 | - |
| YUV | 199.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 192 | 0.58 | 0 | 0.23 | 0.02 | 156.16 | 0.94 | 0.69 |
| Hex | 68 | FA | C0 | 3A | 0 | 17 | 2 | 9C | 5E | 45 |
| Octal | 150 | 372 | 300 | 72 | 0 | 27 | 2 | 234 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11000000 | 111010 | 0 | 10111 | 10 | 10011100 | 1011110 | 1000101 |
Color Harmonies of #68FAC0
Complementary color
Monochromatic Colors of #68FAC0
Black with #68FAC0
Text Example
Text Example
White with #68FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAC0; }
p { color: rgb(104,250,192); }
H1.HeaderClassName
{
color: #68FAC0;
}
.AnyTagClassName
{
color: #68FAC0;
}
</style>
background-color css
<style>
a { background-color: #68FAC0; }
a { background-color: rgb(104,250,192); }
div.DivClassName
{
background-color: #68FAC0;
}
.BgClassName
{
background-color: #68FAC0;
}
</style>
border-color css
<style>
span { border-color: #68FAC0; }
span { border-color: rgb(104,250,192); }
td.TdClassName
{
border-color: #68FAC0;
}
.TagClassName
{
border-color: #68FAC0;
}
</style>