Shades of Aquamarine #68FADE
Tints of Aquamarine #68FADE
RGB
CMYK
RGB Variations
Color information
#68FADE (or 0x68FADE) is known color: Aquamarine. HEX triplet: 68, FA and DE. RGB value is (104,250,222). Sum of RGB (Red+Green+Blue) = 104+250+222=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #68FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FADE is #970521. Grayscale: #CBCBCB. Windows color (decimal): -9897250 or 14613096. OLE color: 14613096.
HSL color Cylindrical-coordinate representation of color #68FADE: hue angle of 168.49º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FADE is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 222 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.02 |
| HSL | 168.49º | 0.94% | 0.69% | - |
| HSV(B) | 168.49º | 0.58% | 0.98% | - |
| XYZ | 53.08 | 76.59 | 81.09 | - |
| YUV | 203.15 | 138.63 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 222 | 0.58 | 0 | 0.11 | 0.02 | 168.49 | 0.94 | 0.69 |
| Hex | 68 | FA | DE | 3A | 0 | B | 2 | A8 | 5E | 45 |
| Octal | 150 | 372 | 336 | 72 | 0 | 13 | 2 | 250 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11011110 | 111010 | 0 | 1011 | 10 | 10101000 | 1011110 | 1000101 |
Color Harmonies of #68FADE
Complementary color
Monochromatic Colors of #68FADE
Black with #68FADE
Text Example
Text Example
White with #68FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FADE; }
p { color: rgb(104,250,222); }
H1.HeaderClassName
{
color: #68FADE;
}
.AnyTagClassName
{
color: #68FADE;
}
</style>
background-color css
<style>
a { background-color: #68FADE; }
a { background-color: rgb(104,250,222); }
div.DivClassName
{
background-color: #68FADE;
}
.BgClassName
{
background-color: #68FADE;
}
</style>
border-color css
<style>
span { border-color: #68FADE; }
span { border-color: rgb(104,250,222); }
td.TdClassName
{
border-color: #68FADE;
}
.TagClassName
{
border-color: #68FADE;
}
</style>