Shades of Medium Aquamarine #68EDB1
Tints of Medium Aquamarine #68EDB1
RGB
CMYK
RGB Variations
Color information
#68EDB1 (or 0x68EDB1) is known color: Medium Aquamarine. HEX triplet: 68, ED and B1. RGB value is (104,237,177). Sum of RGB (Red+Green+Blue) = 104+237+177=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EDB1 is #97124E. Grayscale: #BEBEBE. Windows color (decimal): -9900623 or 11660648. OLE color: 11660648.
HSL color Cylindrical-coordinate representation of color #68EDB1: hue angle of 152.93º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDB1 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 177 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.07 |
| HSL | 152.93º | 0.79% | 0.67% | - |
| HSV(B) | 152.93º | 0.56% | 0.93% | - |
| XYZ | 43.93 | 66.69 | 52.15 | - |
| YUV | 190.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 177 | 0.56 | 0 | 0.25 | 0.07 | 152.93 | 0.79 | 0.67 |
| Hex | 68 | ED | B1 | 38 | 0 | 19 | 7 | 99 | 4F | 43 |
| Octal | 150 | 355 | 261 | 70 | 0 | 31 | 7 | 231 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10110001 | 111000 | 0 | 11001 | 111 | 10011001 | 1001111 | 1000011 |
Color Harmonies of #68EDB1
Complementary color
Monochromatic Colors of #68EDB1
Black with #68EDB1
Text Example
Text Example
White with #68EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDB1; }
p { color: rgb(104,237,177); }
H1.HeaderClassName
{
color: #68EDB1;
}
.AnyTagClassName
{
color: #68EDB1;
}
</style>
background-color css
<style>
a { background-color: #68EDB1; }
a { background-color: rgb(104,237,177); }
div.DivClassName
{
background-color: #68EDB1;
}
.BgClassName
{
background-color: #68EDB1;
}
</style>
border-color css
<style>
span { border-color: #68EDB1; }
span { border-color: rgb(104,237,177); }
td.TdClassName
{
border-color: #68EDB1;
}
.TagClassName
{
border-color: #68EDB1;
}
</style>