Shades of Medium Aquamarine #68FAAB
Tints of Medium Aquamarine #68FAAB
RGB
CMYK
RGB Variations
Color information
#68FAAB (or 0x68FAAB) is known color: Medium Aquamarine. HEX triplet: 68, FA and AB. RGB value is (104,250,171). Sum of RGB (Red+Green+Blue) = 104+250+171=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FAAB is #970554. Grayscale: #C5C5C5. Windows color (decimal): -9897301 or 11270760. OLE color: 11270760.
HSL color Cylindrical-coordinate representation of color #68FAAB: hue angle of 147.53º 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 #68FAAB is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 171 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.02 |
| HSL | 147.53º | 0.94% | 0.69% | - |
| HSV(B) | 147.53º | 0.58% | 0.98% | - |
| XYZ | 47.25 | 74.25 | 50.37 | - |
| YUV | 197.34 | 113.13 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 171 | 0.58 | 0 | 0.32 | 0.02 | 147.53 | 0.94 | 0.69 |
| Hex | 68 | FA | AB | 3A | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 150 | 372 | 253 | 72 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10101011 | 111010 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #68FAAB
Complementary color
Monochromatic Colors of #68FAAB
Black with #68FAAB
Text Example
Text Example
White with #68FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FAAB; }
p { color: rgb(104,250,171); }
H1.HeaderClassName
{
color: #68FAAB;
}
.AnyTagClassName
{
color: #68FAAB;
}
</style>
background-color css
<style>
a { background-color: #68FAAB; }
a { background-color: rgb(104,250,171); }
div.DivClassName
{
background-color: #68FAAB;
}
.BgClassName
{
background-color: #68FAAB;
}
</style>
border-color css
<style>
span { border-color: #68FAAB; }
span { border-color: rgb(104,250,171); }
td.TdClassName
{
border-color: #68FAAB;
}
.TagClassName
{
border-color: #68FAAB;
}
</style>