Shades of Aquamarine #68ECD4
Tints of Aquamarine #68ECD4
RGB
CMYK
RGB Variations
Color information
#68ECD4 (or 0x68ECD4) is known color: Aquamarine. HEX triplet: 68, EC and D4. RGB value is (104,236,212). Sum of RGB (Red+Green+Blue) = 104+236+212=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECD4 is #97132B. Grayscale: #C1C1C1. Windows color (decimal): -9900844 or 13954152. OLE color: 13954152.
HSL color Cylindrical-coordinate representation of color #68ECD4: hue angle of 169.09º degrees, saturation: 0.78, 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 #68ECD4 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 212 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.07 |
| HSL | 169.09º | 0.78% | 0.67% | - |
| HSV(B) | 169.09º | 0.56% | 0.93% | - |
| XYZ | 47.59 | 67.69 | 72.84 | - |
| YUV | 193.8 | 138.27 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 212 | 0.56 | 0 | 0.10 | 0.07 | 169.09 | 0.78 | 0.67 |
| Hex | 68 | EC | D4 | 38 | 0 | A | 7 | A9 | 4E | 43 |
| Octal | 150 | 354 | 324 | 70 | 0 | 12 | 7 | 251 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11010100 | 111000 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000011 |
Color Harmonies of #68ECD4
Complementary color
Monochromatic Colors of #68ECD4
Black with #68ECD4
Text Example
Text Example
White with #68ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECD4; }
p { color: rgb(104,236,212); }
H1.HeaderClassName
{
color: #68ECD4;
}
.AnyTagClassName
{
color: #68ECD4;
}
</style>
background-color css
<style>
a { background-color: #68ECD4; }
a { background-color: rgb(104,236,212); }
div.DivClassName
{
background-color: #68ECD4;
}
.BgClassName
{
background-color: #68ECD4;
}
</style>
border-color css
<style>
span { border-color: #68ECD4; }
span { border-color: rgb(104,236,212); }
td.TdClassName
{
border-color: #68ECD4;
}
.TagClassName
{
border-color: #68ECD4;
}
</style>