Shades of Aquamarine #68EED7
Tints of Aquamarine #68EED7
RGB
CMYK
RGB Variations
Color information
#68EED7 (or 0x68EED7) is known color: Aquamarine. HEX triplet: 68, EE and D7. RGB value is (104,238,215). Sum of RGB (Red+Green+Blue) = 104+238+215=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #68EED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EED7 is #971128. Grayscale: #C3C3C3. Windows color (decimal): -9900329 or 14151272. OLE color: 14151272.
HSL color Cylindrical-coordinate representation of color #68EED7: hue angle of 169.7º 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 #68EED7 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 215 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.07 |
| HSL | 169.7º | 0.8% | 0.67% | - |
| HSV(B) | 169.7º | 0.56% | 0.93% | - |
| XYZ | 48.55 | 69 | 75.05 | - |
| YUV | 195.31 | 139.11 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 215 | 0.56 | 0 | 0.10 | 0.07 | 169.7 | 0.8 | 0.67 |
| Hex | 68 | EE | D7 | 38 | 0 | A | 7 | AA | 50 | 43 |
| Octal | 150 | 356 | 327 | 70 | 0 | 12 | 7 | 252 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11010111 | 111000 | 0 | 1010 | 111 | 10101010 | 1010000 | 1000011 |
Color Harmonies of #68EED7
Complementary color
Monochromatic Colors of #68EED7
Black with #68EED7
Text Example
Text Example
White with #68EED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EED7; }
p { color: rgb(104,238,215); }
H1.HeaderClassName
{
color: #68EED7;
}
.AnyTagClassName
{
color: #68EED7;
}
</style>
background-color css
<style>
a { background-color: #68EED7; }
a { background-color: rgb(104,238,215); }
div.DivClassName
{
background-color: #68EED7;
}
.BgClassName
{
background-color: #68EED7;
}
</style>
border-color css
<style>
span { border-color: #68EED7; }
span { border-color: rgb(104,238,215); }
td.TdClassName
{
border-color: #68EED7;
}
.TagClassName
{
border-color: #68EED7;
}
</style>