Shades of Medium Aquamarine #68FBA2
Tints of Medium Aquamarine #68FBA2
RGB
CMYK
RGB Variations
Color information
#68FBA2 (or 0x68FBA2) is known color: Medium Aquamarine. HEX triplet: 68, FB and A2. RGB value is (104,251,162). Sum of RGB (Red+Green+Blue) = 104+251+162=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FBA2 is #97045D. Grayscale: #C5C5C5. Windows color (decimal): -9897054 or 10681192. OLE color: 10681192.
HSL color Cylindrical-coordinate representation of color #68FBA2: hue angle of 143.67º 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 #68FBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 162 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.02 |
| HSL | 143.67º | 0.95% | 0.7% | - |
| HSV(B) | 143.67º | 0.59% | 0.98% | - |
| XYZ | 46.73 | 74.55 | 46.11 | - |
| YUV | 196.9 | 108.3 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 162 | 0.59 | 0 | 0.35 | 0.02 | 143.67 | 0.95 | 0.7 |
| Hex | 68 | FB | A2 | 3B | 0 | 23 | 2 | 90 | 5F | 46 |
| Octal | 150 | 373 | 242 | 73 | 0 | 43 | 2 | 220 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10100010 | 111011 | 0 | 100011 | 10 | 10010000 | 1011111 | 1000110 |
Color Harmonies of #68FBA2
Complementary color
Monochromatic Colors of #68FBA2
Black with #68FBA2
Text Example
Text Example
White with #68FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBA2; }
p { color: rgb(104,251,162); }
H1.HeaderClassName
{
color: #68FBA2;
}
.AnyTagClassName
{
color: #68FBA2;
}
</style>
background-color css
<style>
a { background-color: #68FBA2; }
a { background-color: rgb(104,251,162); }
div.DivClassName
{
background-color: #68FBA2;
}
.BgClassName
{
background-color: #68FBA2;
}
</style>
border-color css
<style>
span { border-color: #68FBA2; }
span { border-color: rgb(104,251,162); }
td.TdClassName
{
border-color: #68FBA2;
}
.TagClassName
{
border-color: #68FBA2;
}
</style>