Shades of Medium Aquamarine #68EBB4
Tints of Medium Aquamarine #68EBB4
RGB
CMYK
RGB Variations
Color information
#68EBB4 (or 0x68EBB4) is known color: Medium Aquamarine. HEX triplet: 68, EB and B4. RGB value is (104,235,180). Sum of RGB (Red+Green+Blue) = 104+235+180=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EBB4 is #97144B. Grayscale: #BDBDBD. Windows color (decimal): -9901132 or 11856744. OLE color: 11856744.
HSL color Cylindrical-coordinate representation of color #68EBB4: hue angle of 154.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBB4 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 180 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.08 |
| HSL | 154.81º | 0.77% | 0.66% | - |
| HSV(B) | 154.81º | 0.56% | 0.92% | - |
| XYZ | 43.66 | 65.66 | 53.55 | - |
| YUV | 189.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 180 | 0.56 | 0 | 0.23 | 0.08 | 154.81 | 0.77 | 0.66 |
| Hex | 68 | EB | B4 | 38 | 0 | 17 | 8 | 9B | 4D | 42 |
| Octal | 150 | 353 | 264 | 70 | 0 | 27 | 10 | 233 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10110100 | 111000 | 0 | 10111 | 1000 | 10011011 | 1001101 | 1000010 |
Color Harmonies of #68EBB4
Complementary color
Monochromatic Colors of #68EBB4
Black with #68EBB4
Text Example
Text Example
White with #68EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBB4; }
p { color: rgb(104,235,180); }
H1.HeaderClassName
{
color: #68EBB4;
}
.AnyTagClassName
{
color: #68EBB4;
}
</style>
background-color css
<style>
a { background-color: #68EBB4; }
a { background-color: rgb(104,235,180); }
div.DivClassName
{
background-color: #68EBB4;
}
.BgClassName
{
background-color: #68EBB4;
}
</style>
border-color css
<style>
span { border-color: #68EBB4; }
span { border-color: rgb(104,235,180); }
td.TdClassName
{
border-color: #68EBB4;
}
.TagClassName
{
border-color: #68EBB4;
}
</style>