Shades of Aquamarine #68F2DD
Tints of Aquamarine #68F2DD
RGB
CMYK
RGB Variations
Color information
#68F2DD (or 0x68F2DD) is known color: Aquamarine. HEX triplet: 68, F2 and DD. RGB value is (104,242,221). Sum of RGB (Red+Green+Blue) = 104+242+221=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2DD is #970D22. Grayscale: #C6C6C6. Windows color (decimal): -9899299 or 14545512. OLE color: 14545512.
HSL color Cylindrical-coordinate representation of color #68F2DD: hue angle of 170.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2DD is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 221 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.05 |
| HSL | 170.87º | 0.84% | 0.68% | - |
| HSV(B) | 170.87º | 0.57% | 0.95% | - |
| XYZ | 50.51 | 71.67 | 79.58 | - |
| YUV | 198.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 221 | 0.57 | 0 | 0.09 | 0.05 | 170.87 | 0.84 | 0.68 |
| Hex | 68 | F2 | DD | 39 | 0 | 9 | 5 | AB | 54 | 44 |
| Octal | 150 | 362 | 335 | 71 | 0 | 11 | 5 | 253 | 124 | 104 |
| Binary | 1101000 | 11110010 | 11011101 | 111001 | 0 | 1001 | 101 | 10101011 | 1010100 | 1000100 |
Color Harmonies of #68F2DD
Complementary color
Monochromatic Colors of #68F2DD
Black with #68F2DD
Text Example
Text Example
White with #68F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2DD; }
p { color: rgb(104,242,221); }
H1.HeaderClassName
{
color: #68F2DD;
}
.AnyTagClassName
{
color: #68F2DD;
}
</style>
background-color css
<style>
a { background-color: #68F2DD; }
a { background-color: rgb(104,242,221); }
div.DivClassName
{
background-color: #68F2DD;
}
.BgClassName
{
background-color: #68F2DD;
}
</style>
border-color css
<style>
span { border-color: #68F2DD; }
span { border-color: rgb(104,242,221); }
td.TdClassName
{
border-color: #68F2DD;
}
.TagClassName
{
border-color: #68F2DD;
}
</style>