Shades of Medium Aquamarine #68E4B5
Tints of Medium Aquamarine #68E4B5
RGB
CMYK
RGB Variations
Color information
#68E4B5 (or 0x68E4B5) is known color: Medium Aquamarine. HEX triplet: 68, E4 and B5. RGB value is (104,228,181). Sum of RGB (Red+Green+Blue) = 104+228+181=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4B5 is #971B4A. Grayscale: #B9B9B9. Windows color (decimal): -9902923 or 11920488. OLE color: 11920488.
HSL color Cylindrical-coordinate representation of color #68E4B5: hue angle of 157.26º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4B5 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 181 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.11 |
| HSL | 157.26º | 0.7% | 0.65% | - |
| HSV(B) | 157.26º | 0.54% | 0.89% | - |
| XYZ | 41.79 | 61.77 | 53.44 | - |
| YUV | 185.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 181 | 0.54 | 0 | 0.21 | 0.11 | 157.26 | 0.7 | 0.65 |
| Hex | 68 | E4 | B5 | 36 | 0 | 15 | B | 9D | 46 | 41 |
| Octal | 150 | 344 | 265 | 66 | 0 | 25 | 13 | 235 | 106 | 101 |
| Binary | 1101000 | 11100100 | 10110101 | 110110 | 0 | 10101 | 1011 | 10011101 | 1000110 | 1000001 |
Color Harmonies of #68E4B5
Complementary color
Monochromatic Colors of #68E4B5
Black with #68E4B5
Text Example
Text Example
White with #68E4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E4B5; }
p { color: rgb(104,228,181); }
H1.HeaderClassName
{
color: #68E4B5;
}
.AnyTagClassName
{
color: #68E4B5;
}
</style>
background-color css
<style>
a { background-color: #68E4B5; }
a { background-color: rgb(104,228,181); }
div.DivClassName
{
background-color: #68E4B5;
}
.BgClassName
{
background-color: #68E4B5;
}
</style>
border-color css
<style>
span { border-color: #68E4B5; }
span { border-color: rgb(104,228,181); }
td.TdClassName
{
border-color: #68E4B5;
}
.TagClassName
{
border-color: #68E4B5;
}
</style>