Shades of Medium Aquamarine #68EFB4
Tints of Medium Aquamarine #68EFB4
RGB
CMYK
RGB Variations
Color information
#68EFB4 (or 0x68EFB4) is known color: Medium Aquamarine. HEX triplet: 68, EF and B4. RGB value is (104,239,180). Sum of RGB (Red+Green+Blue) = 104+239+180=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFB4 is #97104B. Grayscale: #C0C0C0. Windows color (decimal): -9900108 or 11857768. OLE color: 11857768.
HSL color Cylindrical-coordinate representation of color #68EFB4: hue angle of 153.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFB4 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 180 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.06 |
| HSL | 153.78º | 0.81% | 0.67% | - |
| HSV(B) | 153.78º | 0.56% | 0.94% | - |
| XYZ | 44.81 | 67.97 | 53.94 | - |
| YUV | 191.91 | 121.27 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 180 | 0.56 | 0 | 0.25 | 0.06 | 153.78 | 0.81 | 0.67 |
| Hex | 68 | EF | B4 | 38 | 0 | 19 | 6 | 9A | 51 | 43 |
| Octal | 150 | 357 | 264 | 70 | 0 | 31 | 6 | 232 | 121 | 103 |
| Binary | 1101000 | 11101111 | 10110100 | 111000 | 0 | 11001 | 110 | 10011010 | 1010001 | 1000011 |
Color Harmonies of #68EFB4
Complementary color
Monochromatic Colors of #68EFB4
Black with #68EFB4
Text Example
Text Example
White with #68EFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFB4; }
p { color: rgb(104,239,180); }
H1.HeaderClassName
{
color: #68EFB4;
}
.AnyTagClassName
{
color: #68EFB4;
}
</style>
background-color css
<style>
a { background-color: #68EFB4; }
a { background-color: rgb(104,239,180); }
div.DivClassName
{
background-color: #68EFB4;
}
.BgClassName
{
background-color: #68EFB4;
}
</style>
border-color css
<style>
span { border-color: #68EFB4; }
span { border-color: rgb(104,239,180); }
td.TdClassName
{
border-color: #68EFB4;
}
.TagClassName
{
border-color: #68EFB4;
}
</style>