Shades of Medium Aquamarine #68FBA4
Tints of Medium Aquamarine #68FBA4
RGB
CMYK
RGB Variations
Color information
#68FBA4 (or 0x68FBA4) is known color: Medium Aquamarine. HEX triplet: 68, FB and A4. RGB value is (104,251,164). Sum of RGB (Red+Green+Blue) = 104+251+164=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBA4 is #97045B. Grayscale: #C5C5C5. Windows color (decimal): -9897052 or 10812264. OLE color: 10812264.
HSL color Cylindrical-coordinate representation of color #68FBA4: hue angle of 144.49º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBA4 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 164 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.02 |
| HSL | 144.49º | 0.95% | 0.7% | - |
| HSV(B) | 144.49º | 0.59% | 0.98% | - |
| XYZ | 46.91 | 74.62 | 47.05 | - |
| YUV | 197.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 164 | 0.59 | 0 | 0.35 | 0.02 | 144.49 | 0.95 | 0.7 |
| Hex | 68 | FB | A4 | 3B | 0 | 23 | 2 | 90 | 5F | 46 |
| Octal | 150 | 373 | 244 | 73 | 0 | 43 | 2 | 220 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10100100 | 111011 | 0 | 100011 | 10 | 10010000 | 1011111 | 1000110 |
Color Harmonies of #68FBA4
Complementary color
Monochromatic Colors of #68FBA4
Black with #68FBA4
Text Example
Text Example
White with #68FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBA4; }
p { color: rgb(104,251,164); }
H1.HeaderClassName
{
color: #68FBA4;
}
.AnyTagClassName
{
color: #68FBA4;
}
</style>
background-color css
<style>
a { background-color: #68FBA4; }
a { background-color: rgb(104,251,164); }
div.DivClassName
{
background-color: #68FBA4;
}
.BgClassName
{
background-color: #68FBA4;
}
</style>
border-color css
<style>
span { border-color: #68FBA4; }
span { border-color: rgb(104,251,164); }
td.TdClassName
{
border-color: #68FBA4;
}
.TagClassName
{
border-color: #68FBA4;
}
</style>