Shades of Medium Aquamarine #68FAA4
Tints of Medium Aquamarine #68FAA4
RGB
CMYK
RGB Variations
Color information
#68FAA4 (or 0x68FAA4) is known color: Medium Aquamarine. HEX triplet: 68, FA and A4. RGB value is (104,250,164). Sum of RGB (Red+Green+Blue) = 104+250+164=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAA4 is #97055B. Grayscale: #C4C4C4. Windows color (decimal): -9897308 or 10812008. OLE color: 10812008.
HSL color Cylindrical-coordinate representation of color #68FAA4: hue angle of 144.66º 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 #68FAA4 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 164 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.02 |
| HSL | 144.66º | 0.94% | 0.69% | - |
| HSV(B) | 144.66º | 0.58% | 0.98% | - |
| XYZ | 46.6 | 73.99 | 46.95 | - |
| YUV | 196.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 164 | 0.58 | 0 | 0.34 | 0.02 | 144.66 | 0.94 | 0.69 |
| Hex | 68 | FA | A4 | 3A | 0 | 22 | 2 | 91 | 5E | 45 |
| Octal | 150 | 372 | 244 | 72 | 0 | 42 | 2 | 221 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10100100 | 111010 | 0 | 100010 | 10 | 10010001 | 1011110 | 1000101 |
Color Harmonies of #68FAA4
Complementary color
Monochromatic Colors of #68FAA4
Black with #68FAA4
Text Example
Text Example
White with #68FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAA4; }
p { color: rgb(104,250,164); }
H1.HeaderClassName
{
color: #68FAA4;
}
.AnyTagClassName
{
color: #68FAA4;
}
</style>
background-color css
<style>
a { background-color: #68FAA4; }
a { background-color: rgb(104,250,164); }
div.DivClassName
{
background-color: #68FAA4;
}
.BgClassName
{
background-color: #68FAA4;
}
</style>
border-color css
<style>
span { border-color: #68FAA4; }
span { border-color: rgb(104,250,164); }
td.TdClassName
{
border-color: #68FAA4;
}
.TagClassName
{
border-color: #68FAA4;
}
</style>