Shades of Aquamarine #68EECD
Tints of Aquamarine #68EECD
RGB
CMYK
RGB Variations
Color information
#68EECD (or 0x68EECD) is known color: Aquamarine. HEX triplet: 68, EE and CD. RGB value is (104,238,205). Sum of RGB (Red+Green+Blue) = 104+238+205=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #68EECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EECD is #971132. Grayscale: #C2C2C2. Windows color (decimal): -9900339 or 13495912. OLE color: 13495912.
HSL color Cylindrical-coordinate representation of color #68EECD: hue angle of 165.22º 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 #68EECD is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 205 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.07 |
| HSL | 165.22º | 0.8% | 0.67% | - |
| HSV(B) | 165.22º | 0.56% | 0.93% | - |
| XYZ | 47.3 | 68.5 | 68.49 | - |
| YUV | 194.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 205 | 0.56 | 0 | 0.14 | 0.07 | 165.22 | 0.8 | 0.67 |
| Hex | 68 | EE | CD | 38 | 0 | E | 7 | A5 | 50 | 43 |
| Octal | 150 | 356 | 315 | 70 | 0 | 16 | 7 | 245 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11001101 | 111000 | 0 | 1110 | 111 | 10100101 | 1010000 | 1000011 |
Color Harmonies of #68EECD
Complementary color
Monochromatic Colors of #68EECD
Black with #68EECD
Text Example
Text Example
White with #68EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EECD; }
p { color: rgb(104,238,205); }
H1.HeaderClassName
{
color: #68EECD;
}
.AnyTagClassName
{
color: #68EECD;
}
</style>
background-color css
<style>
a { background-color: #68EECD; }
a { background-color: rgb(104,238,205); }
div.DivClassName
{
background-color: #68EECD;
}
.BgClassName
{
background-color: #68EECD;
}
</style>
border-color css
<style>
span { border-color: #68EECD; }
span { border-color: rgb(104,238,205); }
td.TdClassName
{
border-color: #68EECD;
}
.TagClassName
{
border-color: #68EECD;
}
</style>