Shades of Aquamarine #77FAE5
Tints of Aquamarine #77FAE5
RGB
CMYK
RGB Variations
Color information
#77FAE5 (or 0x77FAE5) is known color: Aquamarine. HEX triplet: 77, FA and E5. RGB value is (119,250,229). Sum of RGB (Red+Green+Blue) = 119+250+229=598 (79% of max value = 765). Red value is 119 (46.88% from 255 or 19.90% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FAE5 is #88051A. Grayscale: #D0D0D0. Windows color (decimal): -8914203 or 15071863. OLE color: 15071863.
HSL color Cylindrical-coordinate representation of color #77FAE5: hue angle of 170.38º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAE5 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 229 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.02 |
| HSL | 170.38º | 0.93% | 0.72% | - |
| HSV(B) | 170.38º | 0.52% | 0.98% | - |
| XYZ | 55.94 | 77.95 | 86.23 | - |
| YUV | 208.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 229 | 0.52 | 0 | 0.08 | 0.02 | 170.38 | 0.93 | 0.72 |
| Hex | 77 | FA | E5 | 34 | 0 | 8 | 2 | AA | 5D | 48 |
| Octal | 167 | 372 | 345 | 64 | 0 | 10 | 2 | 252 | 135 | 110 |
| Binary | 1110111 | 11111010 | 11100101 | 110100 | 0 | 1000 | 10 | 10101010 | 1011101 | 1001000 |
Color Harmonies of #77FAE5
Complementary color
Monochromatic Colors of #77FAE5
Black with #77FAE5
Text Example
Text Example
White with #77FAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAE5; }
p { color: rgb(119,250,229); }
H1.HeaderClassName
{
color: #77FAE5;
}
.AnyTagClassName
{
color: #77FAE5;
}
</style>
background-color css
<style>
a { background-color: #77FAE5; }
a { background-color: rgb(119,250,229); }
div.DivClassName
{
background-color: #77FAE5;
}
.BgClassName
{
background-color: #77FAE5;
}
</style>
border-color css
<style>
span { border-color: #77FAE5; }
span { border-color: rgb(119,250,229); }
td.TdClassName
{
border-color: #77FAE5;
}
.TagClassName
{
border-color: #77FAE5;
}
</style>