Shades of Aquamarine #68FCDD
Tints of Aquamarine #68FCDD
RGB
CMYK
RGB Variations
Color information
#68FCDD (or 0x68FCDD) is known color: Aquamarine. HEX triplet: 68, FC and DD. RGB value is (104,252,221). Sum of RGB (Red+Green+Blue) = 104+252+221=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCDD is #970322. Grayscale: #CCCCCC. Windows color (decimal): -9896739 or 14548072. OLE color: 14548072.
HSL color Cylindrical-coordinate representation of color #68FCDD: hue angle of 167.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCDD is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 221 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.01 |
| HSL | 167.43º | 0.96% | 0.7% | - |
| HSV(B) | 167.43º | 0.59% | 0.99% | - |
| XYZ | 53.57 | 77.78 | 80.6 | - |
| YUV | 204.21 | 137.47 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 221 | 0.59 | 0 | 0.12 | 0.01 | 167.43 | 0.96 | 0.7 |
| Hex | 68 | FC | DD | 3B | 0 | C | 1 | A7 | 60 | 46 |
| Octal | 150 | 374 | 335 | 73 | 0 | 14 | 1 | 247 | 140 | 106 |
| Binary | 1101000 | 11111100 | 11011101 | 111011 | 0 | 1100 | 1 | 10100111 | 1100000 | 1000110 |
Color Harmonies of #68FCDD
Complementary color
Monochromatic Colors of #68FCDD
Black with #68FCDD
Text Example
Text Example
White with #68FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCDD; }
p { color: rgb(104,252,221); }
H1.HeaderClassName
{
color: #68FCDD;
}
.AnyTagClassName
{
color: #68FCDD;
}
</style>
background-color css
<style>
a { background-color: #68FCDD; }
a { background-color: rgb(104,252,221); }
div.DivClassName
{
background-color: #68FCDD;
}
.BgClassName
{
background-color: #68FCDD;
}
</style>
border-color css
<style>
span { border-color: #68FCDD; }
span { border-color: rgb(104,252,221); }
td.TdClassName
{
border-color: #68FCDD;
}
.TagClassName
{
border-color: #68FCDD;
}
</style>