Shades of Aquamarine #68F4B5
Tints of Aquamarine #68F4B5
RGB
CMYK
RGB Variations
Color information
#68F4B5 (or 0x68F4B5) is known color: Aquamarine. HEX triplet: 68, F4 and B5. RGB value is (104,244,181). Sum of RGB (Red+Green+Blue) = 104+244+181=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4B5 is #970B4A. Grayscale: #C3C3C3. Windows color (decimal): -9898827 or 11924584. OLE color: 11924584.
HSL color Cylindrical-coordinate representation of color #68F4B5: hue angle of 153º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4B5 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 181 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.04 |
| HSL | 153º | 0.86% | 0.68% | - |
| HSV(B) | 153º | 0.57% | 0.96% | - |
| XYZ | 46.4 | 70.98 | 54.97 | - |
| YUV | 194.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 181 | 0.57 | 0 | 0.26 | 0.04 | 153 | 0.86 | 0.68 |
| Hex | 68 | F4 | B5 | 39 | 0 | 1A | 4 | 99 | 56 | 44 |
| Octal | 150 | 364 | 265 | 71 | 0 | 32 | 4 | 231 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10110101 | 111001 | 0 | 11010 | 100 | 10011001 | 1010110 | 1000100 |
Color Harmonies of #68F4B5
Complementary color
Monochromatic Colors of #68F4B5
Black with #68F4B5
Text Example
Text Example
White with #68F4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4B5; }
p { color: rgb(104,244,181); }
H1.HeaderClassName
{
color: #68F4B5;
}
.AnyTagClassName
{
color: #68F4B5;
}
</style>
background-color css
<style>
a { background-color: #68F4B5; }
a { background-color: rgb(104,244,181); }
div.DivClassName
{
background-color: #68F4B5;
}
.BgClassName
{
background-color: #68F4B5;
}
</style>
border-color css
<style>
span { border-color: #68F4B5; }
span { border-color: rgb(104,244,181); }
td.TdClassName
{
border-color: #68F4B5;
}
.TagClassName
{
border-color: #68F4B5;
}
</style>