Shades of Medium Aquamarine #68EEB3
Tints of Medium Aquamarine #68EEB3
RGB
CMYK
RGB Variations
Color information
#68EEB3 (or 0x68EEB3) is known color: Medium Aquamarine. HEX triplet: 68, EE and B3. RGB value is (104,238,179). Sum of RGB (Red+Green+Blue) = 104+238+179=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEB3 is #97114C. Grayscale: #BFBFBF. Windows color (decimal): -9900365 or 11791976. OLE color: 11791976.
HSL color Cylindrical-coordinate representation of color #68EEB3: hue angle of 153.58º 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 #68EEB3 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 179 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.07 |
| HSL | 153.58º | 0.8% | 0.67% | - |
| HSV(B) | 153.58º | 0.56% | 0.93% | - |
| XYZ | 44.42 | 67.35 | 53.31 | - |
| YUV | 191.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 179 | 0.56 | 0 | 0.25 | 0.07 | 153.58 | 0.8 | 0.67 |
| Hex | 68 | EE | B3 | 38 | 0 | 19 | 7 | 9A | 50 | 43 |
| Octal | 150 | 356 | 263 | 70 | 0 | 31 | 7 | 232 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10110011 | 111000 | 0 | 11001 | 111 | 10011010 | 1010000 | 1000011 |
Color Harmonies of #68EEB3
Complementary color
Monochromatic Colors of #68EEB3
Black with #68EEB3
Text Example
Text Example
White with #68EEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEB3; }
p { color: rgb(104,238,179); }
H1.HeaderClassName
{
color: #68EEB3;
}
.AnyTagClassName
{
color: #68EEB3;
}
</style>
background-color css
<style>
a { background-color: #68EEB3; }
a { background-color: rgb(104,238,179); }
div.DivClassName
{
background-color: #68EEB3;
}
.BgClassName
{
background-color: #68EEB3;
}
</style>
border-color css
<style>
span { border-color: #68EEB3; }
span { border-color: rgb(104,238,179); }
td.TdClassName
{
border-color: #68EEB3;
}
.TagClassName
{
border-color: #68EEB3;
}
</style>