Shades of Medium Aquamarine #68EEB5
Tints of Medium Aquamarine #68EEB5
RGB
CMYK
RGB Variations
Color information
#68EEB5 (or 0x68EEB5) is known color: Medium Aquamarine. HEX triplet: 68, EE and B5. RGB value is (104,238,181). Sum of RGB (Red+Green+Blue) = 104+238+181=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEB5 is #97114A. Grayscale: #BFBFBF. Windows color (decimal): -9900363 or 11923048. OLE color: 11923048.
HSL color Cylindrical-coordinate representation of color #68EEB5: hue angle of 154.48º degrees, saturation: 0.8, 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 #68EEB5 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 181 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.07 |
| HSL | 154.48º | 0.8% | 0.67% | - |
| HSV(B) | 154.48º | 0.56% | 0.93% | - |
| XYZ | 44.62 | 67.43 | 54.38 | - |
| YUV | 191.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 181 | 0.56 | 0 | 0.24 | 0.07 | 154.48 | 0.8 | 0.67 |
| Hex | 68 | EE | B5 | 38 | 0 | 18 | 7 | 9A | 50 | 43 |
| Octal | 150 | 356 | 265 | 70 | 0 | 30 | 7 | 232 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10110101 | 111000 | 0 | 11000 | 111 | 10011010 | 1010000 | 1000011 |
Color Harmonies of #68EEB5
Complementary color
Monochromatic Colors of #68EEB5
Black with #68EEB5
Text Example
Text Example
White with #68EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEB5; }
p { color: rgb(104,238,181); }
H1.HeaderClassName
{
color: #68EEB5;
}
.AnyTagClassName
{
color: #68EEB5;
}
</style>
background-color css
<style>
a { background-color: #68EEB5; }
a { background-color: rgb(104,238,181); }
div.DivClassName
{
background-color: #68EEB5;
}
.BgClassName
{
background-color: #68EEB5;
}
</style>
border-color css
<style>
span { border-color: #68EEB5; }
span { border-color: rgb(104,238,181); }
td.TdClassName
{
border-color: #68EEB5;
}
.TagClassName
{
border-color: #68EEB5;
}
</style>