Shades of Aquamarine #77EEC4
Tints of Aquamarine #77EEC4
RGB
CMYK
RGB Variations
Color information
#77EEC4 (or 0x77EEC4) is known color: Aquamarine. HEX triplet: 77, EE and C4. RGB value is (119,238,196). Sum of RGB (Red+Green+Blue) = 119+238+196=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #77EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EEC4 is #88113B. Grayscale: #C5C5C5. Windows color (decimal): -8917308 or 12906103. OLE color: 12906103.
HSL color Cylindrical-coordinate representation of color #77EEC4: hue angle of 158.82º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77EEC4 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 238 | 196 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.07 |
| HSL | 158.82º | 0.78% | 0.7% | - |
| HSV(B) | 158.82º | 0.5% | 0.93% | - |
| XYZ | 48.15 | 69.06 | 63.02 | - |
| YUV | 197.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 238 | 196 | 0.50 | 0 | 0.18 | 0.07 | 158.82 | 0.78 | 0.7 |
| Hex | 77 | EE | C4 | 32 | 0 | 12 | 7 | 9F | 4E | 46 |
| Octal | 167 | 356 | 304 | 62 | 0 | 22 | 7 | 237 | 116 | 106 |
| Binary | 1110111 | 11101110 | 11000100 | 110010 | 0 | 10010 | 111 | 10011111 | 1001110 | 1000110 |
Color Harmonies of #77EEC4
Complementary color
Monochromatic Colors of #77EEC4
Black with #77EEC4
Text Example
Text Example
White with #77EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77EEC4; }
p { color: rgb(119,238,196); }
H1.HeaderClassName
{
color: #77EEC4;
}
.AnyTagClassName
{
color: #77EEC4;
}
</style>
background-color css
<style>
a { background-color: #77EEC4; }
a { background-color: rgb(119,238,196); }
div.DivClassName
{
background-color: #77EEC4;
}
.BgClassName
{
background-color: #77EEC4;
}
</style>
border-color css
<style>
span { border-color: #77EEC4; }
span { border-color: rgb(119,238,196); }
td.TdClassName
{
border-color: #77EEC4;
}
.TagClassName
{
border-color: #77EEC4;
}
</style>