Shades of Aquamarine #68EED9
Tints of Aquamarine #68EED9
RGB
CMYK
RGB Variations
Color information
#68EED9 (or 0x68EED9) is known color: Aquamarine. HEX triplet: 68, EE and D9. RGB value is (104,238,217). Sum of RGB (Red+Green+Blue) = 104+238+217=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #68EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EED9 is #971126. Grayscale: #C3C3C3. Windows color (decimal): -9900327 or 14282344. OLE color: 14282344.
HSL color Cylindrical-coordinate representation of color #68EED9: hue angle of 170.6º 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 #68EED9 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 217 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.07 |
| HSL | 170.6º | 0.8% | 0.67% | - |
| HSV(B) | 170.6º | 0.56% | 0.93% | - |
| XYZ | 48.81 | 69.1 | 76.41 | - |
| YUV | 195.54 | 140.11 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 217 | 0.56 | 0 | 0.09 | 0.07 | 170.6 | 0.8 | 0.67 |
| Hex | 68 | EE | D9 | 38 | 0 | 9 | 7 | AB | 50 | 43 |
| Octal | 150 | 356 | 331 | 70 | 0 | 11 | 7 | 253 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11011001 | 111000 | 0 | 1001 | 111 | 10101011 | 1010000 | 1000011 |
Color Harmonies of #68EED9
Complementary color
Monochromatic Colors of #68EED9
Black with #68EED9
Text Example
Text Example
White with #68EED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EED9; }
p { color: rgb(104,238,217); }
H1.HeaderClassName
{
color: #68EED9;
}
.AnyTagClassName
{
color: #68EED9;
}
</style>
background-color css
<style>
a { background-color: #68EED9; }
a { background-color: rgb(104,238,217); }
div.DivClassName
{
background-color: #68EED9;
}
.BgClassName
{
background-color: #68EED9;
}
</style>
border-color css
<style>
span { border-color: #68EED9; }
span { border-color: rgb(104,238,217); }
td.TdClassName
{
border-color: #68EED9;
}
.TagClassName
{
border-color: #68EED9;
}
</style>