Shades of Aquamarine #77FBD4
Tints of Aquamarine #77FBD4
RGB
CMYK
RGB Variations
Color information
#77FBD4 (or 0x77FBD4) is known color: Aquamarine. HEX triplet: 77, FB and D4. RGB value is (119,251,212). Sum of RGB (Red+Green+Blue) = 119+251+212=582 (77% of max value = 765). Red value is 119 (46.88% from 255 or 20.45% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBD4 is #88042B. Grayscale: #CFCFCF. Windows color (decimal): -8913964 or 13958007. OLE color: 13958007.
HSL color Cylindrical-coordinate representation of color #77FBD4: hue angle of 162.27º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBD4 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 212 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.02 |
| HSL | 162.27º | 0.94% | 0.73% | - |
| HSV(B) | 162.27º | 0.53% | 0.98% | - |
| XYZ | 53.99 | 77.67 | 74.43 | - |
| YUV | 207.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 212 | 0.53 | 0 | 0.16 | 0.02 | 162.27 | 0.94 | 0.73 |
| Hex | 77 | FB | D4 | 35 | 0 | 10 | 2 | A2 | 5E | 49 |
| Octal | 167 | 373 | 324 | 65 | 0 | 20 | 2 | 242 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11010100 | 110101 | 0 | 10000 | 10 | 10100010 | 1011110 | 1001001 |
Color Harmonies of #77FBD4
Complementary color
Monochromatic Colors of #77FBD4
Black with #77FBD4
Text Example
Text Example
White with #77FBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBD4; }
p { color: rgb(119,251,212); }
H1.HeaderClassName
{
color: #77FBD4;
}
.AnyTagClassName
{
color: #77FBD4;
}
</style>
background-color css
<style>
a { background-color: #77FBD4; }
a { background-color: rgb(119,251,212); }
div.DivClassName
{
background-color: #77FBD4;
}
.BgClassName
{
background-color: #77FBD4;
}
</style>
border-color css
<style>
span { border-color: #77FBD4; }
span { border-color: rgb(119,251,212); }
td.TdClassName
{
border-color: #77FBD4;
}
.TagClassName
{
border-color: #77FBD4;
}
</style>