Shades of Aquamarine #68FAAF
Tints of Aquamarine #68FAAF
RGB
CMYK
RGB Variations
Color information
#68FAAF (or 0x68FAAF) is known color: Aquamarine. HEX triplet: 68, FA and AF. RGB value is (104,250,175). Sum of RGB (Red+Green+Blue) = 104+250+175=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAAF is #970550. Grayscale: #C5C5C5. Windows color (decimal): -9897297 or 11532904. OLE color: 11532904.
HSL color Cylindrical-coordinate representation of color #68FAAF: hue angle of 149.18º 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 #68FAAF is Cyan = 0.58, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 175 | - |
| CMYK | 0.58 | 0 | 0.3 | 0.02 |
| HSL | 149.18º | 0.94% | 0.69% | - |
| HSV(B) | 149.18º | 0.58% | 0.98% | - |
| XYZ | 47.63 | 74.41 | 52.41 | - |
| YUV | 197.8 | 115.13 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 175 | 0.58 | 0 | 0.3 | 0.02 | 149.18 | 0.94 | 0.69 |
| Hex | 68 | FA | AF | 3A | 0 | 1E | 2 | 95 | 5E | 45 |
| Octal | 150 | 372 | 257 | 72 | 0 | 36 | 2 | 225 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10101111 | 111010 | 0 | 11110 | 10 | 10010101 | 1011110 | 1000101 |
Color Harmonies of #68FAAF
Complementary color
Monochromatic Colors of #68FAAF
Black with #68FAAF
Text Example
Text Example
White with #68FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAAF; }
p { color: rgb(104,250,175); }
H1.HeaderClassName
{
color: #68FAAF;
}
.AnyTagClassName
{
color: #68FAAF;
}
</style>
background-color css
<style>
a { background-color: #68FAAF; }
a { background-color: rgb(104,250,175); }
div.DivClassName
{
background-color: #68FAAF;
}
.BgClassName
{
background-color: #68FAAF;
}
</style>
border-color css
<style>
span { border-color: #68FAAF; }
span { border-color: rgb(104,250,175); }
td.TdClassName
{
border-color: #68FAAF;
}
.TagClassName
{
border-color: #68FAAF;
}
</style>