Shades of Aquamarine #68F4D1
Tints of Aquamarine #68F4D1
RGB
CMYK
RGB Variations
Color information
#68F4D1 (or 0x68F4D1) is known color: Aquamarine. HEX triplet: 68, F4 and D1. RGB value is (104,244,209). Sum of RGB (Red+Green+Blue) = 104+244+209=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F4D1 is #970B2E. Grayscale: #C6C6C6. Windows color (decimal): -9898799 or 13759592. OLE color: 13759592.
HSL color Cylindrical-coordinate representation of color #68F4D1: hue angle of 165º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4D1 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 209 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.04 |
| HSL | 165º | 0.86% | 0.68% | - |
| HSV(B) | 165º | 0.57% | 0.96% | - |
| XYZ | 49.57 | 72.25 | 71.65 | - |
| YUV | 198.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 209 | 0.57 | 0 | 0.14 | 0.04 | 165 | 0.86 | 0.68 |
| Hex | 68 | F4 | D1 | 39 | 0 | E | 4 | A5 | 56 | 44 |
| Octal | 150 | 364 | 321 | 71 | 0 | 16 | 4 | 245 | 126 | 104 |
| Binary | 1101000 | 11110100 | 11010001 | 111001 | 0 | 1110 | 100 | 10100101 | 1010110 | 1000100 |
Color Harmonies of #68F4D1
Complementary color
Monochromatic Colors of #68F4D1
Black with #68F4D1
Text Example
Text Example
White with #68F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4D1; }
p { color: rgb(104,244,209); }
H1.HeaderClassName
{
color: #68F4D1;
}
.AnyTagClassName
{
color: #68F4D1;
}
</style>
background-color css
<style>
a { background-color: #68F4D1; }
a { background-color: rgb(104,244,209); }
div.DivClassName
{
background-color: #68F4D1;
}
.BgClassName
{
background-color: #68F4D1;
}
</style>
border-color css
<style>
span { border-color: #68F4D1; }
span { border-color: rgb(104,244,209); }
td.TdClassName
{
border-color: #68F4D1;
}
.TagClassName
{
border-color: #68F4D1;
}
</style>