Shades of Aquamarine #68FEAF
Tints of Aquamarine #68FEAF
RGB
CMYK
RGB Variations
Color information
#68FEAF (or 0x68FEAF) is known color: Aquamarine. HEX triplet: 68, FE and AF. RGB value is (104,254,175). Sum of RGB (Red+Green+Blue) = 104+254+175=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FEAF is #970150. Grayscale: #C8C8C8. Windows color (decimal): -9896273 or 11533928. OLE color: 11533928.
HSL color Cylindrical-coordinate representation of color #68FEAF: hue angle of 148.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEAF is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 175 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.00 |
| HSL | 148.4º | 0.99% | 0.7% | - |
| HSV(B) | 148.4º | 0.59% | 1% | - |
| XYZ | 48.89 | 76.92 | 52.83 | - |
| YUV | 200.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 175 | 0.59 | 0 | 0.31 | 0.00 | 148.4 | 0.99 | 0.7 |
| Hex | 68 | FE | AF | 3B | 0 | 1F | 0 | 94 | 63 | 46 |
| Octal | 150 | 376 | 257 | 73 | 0 | 37 | 0 | 224 | 143 | 106 |
| Binary | 1101000 | 11111110 | 10101111 | 111011 | 0 | 11111 | 0 | 10010100 | 1100011 | 1000110 |
Color Harmonies of #68FEAF
Complementary color
Monochromatic Colors of #68FEAF
Black with #68FEAF
Text Example
Text Example
White with #68FEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEAF; }
p { color: rgb(104,254,175); }
H1.HeaderClassName
{
color: #68FEAF;
}
.AnyTagClassName
{
color: #68FEAF;
}
</style>
background-color css
<style>
a { background-color: #68FEAF; }
a { background-color: rgb(104,254,175); }
div.DivClassName
{
background-color: #68FEAF;
}
.BgClassName
{
background-color: #68FEAF;
}
</style>
border-color css
<style>
span { border-color: #68FEAF; }
span { border-color: rgb(104,254,175); }
td.TdClassName
{
border-color: #68FEAF;
}
.TagClassName
{
border-color: #68FEAF;
}
</style>