Shades of Aquamarine #77ECCB
Tints of Aquamarine #77ECCB
RGB
CMYK
RGB Variations
Color information
#77ECCB (or 0x77ECCB) is known color: Aquamarine. HEX triplet: 77, EC and CB. RGB value is (119,236,203). Sum of RGB (Red+Green+Blue) = 119+236+203=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #77ECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77ECCB is #881334. Grayscale: #C5C5C5. Windows color (decimal): -8917813 or 13364343. OLE color: 13364343.
HSL color Cylindrical-coordinate representation of color #77ECCB: hue angle of 163.08º degrees, saturation: 0.75, 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 #77ECCB is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 236 | 203 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.07 |
| HSL | 163.08º | 0.75% | 0.7% | - |
| HSV(B) | 163.08º | 0.5% | 0.93% | - |
| XYZ | 48.38 | 68.22 | 67.12 | - |
| YUV | 197.26 | 131.24 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 236 | 203 | 0.50 | 0 | 0.14 | 0.07 | 163.08 | 0.75 | 0.7 |
| Hex | 77 | EC | CB | 32 | 0 | E | 7 | A3 | 4B | 46 |
| Octal | 167 | 354 | 313 | 62 | 0 | 16 | 7 | 243 | 113 | 106 |
| Binary | 1110111 | 11101100 | 11001011 | 110010 | 0 | 1110 | 111 | 10100011 | 1001011 | 1000110 |
Color Harmonies of #77ECCB
Complementary color
Monochromatic Colors of #77ECCB
Black with #77ECCB
Text Example
Text Example
White with #77ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ECCB; }
p { color: rgb(119,236,203); }
H1.HeaderClassName
{
color: #77ECCB;
}
.AnyTagClassName
{
color: #77ECCB;
}
</style>
background-color css
<style>
a { background-color: #77ECCB; }
a { background-color: rgb(119,236,203); }
div.DivClassName
{
background-color: #77ECCB;
}
.BgClassName
{
background-color: #77ECCB;
}
</style>
border-color css
<style>
span { border-color: #77ECCB; }
span { border-color: rgb(119,236,203); }
td.TdClassName
{
border-color: #77ECCB;
}
.TagClassName
{
border-color: #77ECCB;
}
</style>