Shades of Aquamarine #68FFAF
Tints of Aquamarine #68FFAF
RGB
CMYK
RGB Variations
Color information
#68FFAF (or 0x68FFAF) is known color: Aquamarine. HEX triplet: 68, FF and AF. RGB value is (104,255,175). Sum of RGB (Red+Green+Blue) = 104+255+175=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FFAF is #970050. Grayscale: #C8C8C8. Windows color (decimal): -9896017 or 11534184. OLE color: 11534184.
HSL color Cylindrical-coordinate representation of color #68FFAF: hue angle of 148.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFAF is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 175 | - |
| CMYK | 0.59 | 0 | 0.31 | 0 |
| HSL | 148.21º | 1% | 0.7% | - |
| HSV(B) | 148.21º | 0.59% | 1% | - |
| XYZ | 49.21 | 77.56 | 52.93 | - |
| YUV | 200.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 175 | 0.59 | 0 | 0.31 | 0 | 148.21 | 1 | 0.7 |
| Hex | 68 | FF | AF | 3B | 0 | 1F | 0 | 94 | 64 | 46 |
| Octal | 150 | 377 | 257 | 73 | 0 | 37 | 0 | 224 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10101111 | 111011 | 0 | 11111 | 0 | 10010100 | 1100100 | 1000110 |
Color Harmonies of #68FFAF
Complementary color
Monochromatic Colors of #68FFAF
Black with #68FFAF
Text Example
Text Example
White with #68FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFAF; }
p { color: rgb(104,255,175); }
H1.HeaderClassName
{
color: #68FFAF;
}
.AnyTagClassName
{
color: #68FFAF;
}
</style>
background-color css
<style>
a { background-color: #68FFAF; }
a { background-color: rgb(104,255,175); }
div.DivClassName
{
background-color: #68FFAF;
}
.BgClassName
{
background-color: #68FFAF;
}
</style>
border-color css
<style>
span { border-color: #68FFAF; }
span { border-color: rgb(104,255,175); }
td.TdClassName
{
border-color: #68FFAF;
}
.TagClassName
{
border-color: #68FFAF;
}
</style>