Shades of Aquamarine #76FADD
Tints of Aquamarine #76FADD
RGB
CMYK
RGB Variations
Color information
#76FADD (or 0x76FADD) is known color: Aquamarine. HEX triplet: 76, FA and DD. RGB value is (118,250,221). Sum of RGB (Red+Green+Blue) = 118+250+221=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #76FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FADD is #890522. Grayscale: #CFCFCF. Windows color (decimal): -8979747 or 14547574. OLE color: 14547574.
HSL color Cylindrical-coordinate representation of color #76FADD: hue angle of 166.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FADD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 221 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.02 |
| HSL | 166.82º | 0.93% | 0.72% | - |
| HSV(B) | 166.82º | 0.53% | 0.98% | - |
| XYZ | 54.71 | 77.44 | 80.47 | - |
| YUV | 207.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 221 | 0.53 | 0 | 0.12 | 0.02 | 166.82 | 0.93 | 0.72 |
| Hex | 76 | FA | DD | 35 | 0 | C | 2 | A7 | 5D | 48 |
| Octal | 166 | 372 | 335 | 65 | 0 | 14 | 2 | 247 | 135 | 110 |
| Binary | 1110110 | 11111010 | 11011101 | 110101 | 0 | 1100 | 10 | 10100111 | 1011101 | 1001000 |
Color Harmonies of #76FADD
Complementary color
Monochromatic Colors of #76FADD
Black with #76FADD
Text Example
Text Example
White with #76FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FADD; }
p { color: rgb(118,250,221); }
H1.HeaderClassName
{
color: #76FADD;
}
.AnyTagClassName
{
color: #76FADD;
}
</style>
background-color css
<style>
a { background-color: #76FADD; }
a { background-color: rgb(118,250,221); }
div.DivClassName
{
background-color: #76FADD;
}
.BgClassName
{
background-color: #76FADD;
}
</style>
border-color css
<style>
span { border-color: #76FADD; }
span { border-color: rgb(118,250,221); }
td.TdClassName
{
border-color: #76FADD;
}
.TagClassName
{
border-color: #76FADD;
}
</style>