Shades of Medium Aquamarine #68E9B5
Tints of Medium Aquamarine #68E9B5
RGB
CMYK
RGB Variations
Color information
#68E9B5 (or 0x68E9B5) is known color: Medium Aquamarine. HEX triplet: 68, E9 and B5. RGB value is (104,233,181). Sum of RGB (Red+Green+Blue) = 104+233+181=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9B5 is #97164A. Grayscale: #BCBCBC. Windows color (decimal): -9901643 or 11921768. OLE color: 11921768.
HSL color Cylindrical-coordinate representation of color #68E9B5: hue angle of 155.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9B5 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 181 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.09 |
| HSL | 155.81º | 0.75% | 0.66% | - |
| HSV(B) | 155.81º | 0.55% | 0.91% | - |
| XYZ | 43.19 | 64.56 | 53.9 | - |
| YUV | 188.5 | 123.76 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 181 | 0.55 | 0 | 0.22 | 0.09 | 155.81 | 0.75 | 0.66 |
| Hex | 68 | E9 | B5 | 37 | 0 | 16 | 9 | 9C | 4B | 42 |
| Octal | 150 | 351 | 265 | 67 | 0 | 26 | 11 | 234 | 113 | 102 |
| Binary | 1101000 | 11101001 | 10110101 | 110111 | 0 | 10110 | 1001 | 10011100 | 1001011 | 1000010 |
Color Harmonies of #68E9B5
Complementary color
Monochromatic Colors of #68E9B5
Black with #68E9B5
Text Example
Text Example
White with #68E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9B5; }
p { color: rgb(104,233,181); }
H1.HeaderClassName
{
color: #68E9B5;
}
.AnyTagClassName
{
color: #68E9B5;
}
</style>
background-color css
<style>
a { background-color: #68E9B5; }
a { background-color: rgb(104,233,181); }
div.DivClassName
{
background-color: #68E9B5;
}
.BgClassName
{
background-color: #68E9B5;
}
</style>
border-color css
<style>
span { border-color: #68E9B5; }
span { border-color: rgb(104,233,181); }
td.TdClassName
{
border-color: #68E9B5;
}
.TagClassName
{
border-color: #68E9B5;
}
</style>