Shades of Aquamarine #68FADD
Tints of Aquamarine #68FADD
RGB
CMYK
RGB Variations
Color information
#68FADD (or 0x68FADD) is known color: Aquamarine. HEX triplet: 68, FA and DD. RGB value is (104,250,221). Sum of RGB (Red+Green+Blue) = 104+250+221=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #68FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FADD is #970522. Grayscale: #CBCBCB. Windows color (decimal): -9897251 or 14547560. OLE color: 14547560.
HSL color Cylindrical-coordinate representation of color #68FADD: hue angle of 168.08º 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 #68FADD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 221 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.02 |
| HSL | 168.08º | 0.94% | 0.69% | - |
| HSV(B) | 168.08º | 0.58% | 0.98% | - |
| XYZ | 52.95 | 76.53 | 80.39 | - |
| YUV | 203.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 221 | 0.58 | 0 | 0.12 | 0.02 | 168.08 | 0.94 | 0.69 |
| Hex | 68 | FA | DD | 3A | 0 | C | 2 | A8 | 5E | 45 |
| Octal | 150 | 372 | 335 | 72 | 0 | 14 | 2 | 250 | 136 | 105 |
| Binary | 1101000 | 11111010 | 11011101 | 111010 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000101 |
Color Harmonies of #68FADD
Complementary color
Monochromatic Colors of #68FADD
Black with #68FADD
Text Example
Text Example
White with #68FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FADD; }
p { color: rgb(104,250,221); }
H1.HeaderClassName
{
color: #68FADD;
}
.AnyTagClassName
{
color: #68FADD;
}
</style>
background-color css
<style>
a { background-color: #68FADD; }
a { background-color: rgb(104,250,221); }
div.DivClassName
{
background-color: #68FADD;
}
.BgClassName
{
background-color: #68FADD;
}
</style>
border-color css
<style>
span { border-color: #68FADD; }
span { border-color: rgb(104,250,221); }
td.TdClassName
{
border-color: #68FADD;
}
.TagClassName
{
border-color: #68FADD;
}
</style>