Shades of Aquamarine #77FBC2
Tints of Aquamarine #77FBC2
RGB
CMYK
RGB Variations
Color information
#77FBC2 (or 0x77FBC2) is known color: Aquamarine. HEX triplet: 77, FB and C2. RGB value is (119,251,194). Sum of RGB (Red+Green+Blue) = 119+251+194=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBC2 is #88043D. Grayscale: #CDCDCD. Windows color (decimal): -8913982 or 12778359. OLE color: 12778359.
HSL color Cylindrical-coordinate representation of color #77FBC2: hue angle of 154.09º 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 #77FBC2 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 194 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.02 |
| HSL | 154.09º | 0.94% | 0.73% | - |
| HSV(B) | 154.09º | 0.53% | 0.98% | - |
| XYZ | 51.84 | 76.81 | 63.13 | - |
| YUV | 205.03 | 121.77 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 194 | 0.53 | 0 | 0.23 | 0.02 | 154.09 | 0.94 | 0.73 |
| Hex | 77 | FB | C2 | 35 | 0 | 17 | 2 | 9A | 5E | 49 |
| Octal | 167 | 373 | 302 | 65 | 0 | 27 | 2 | 232 | 136 | 111 |
| Binary | 1110111 | 11111011 | 11000010 | 110101 | 0 | 10111 | 10 | 10011010 | 1011110 | 1001001 |
Color Harmonies of #77FBC2
Complementary color
Monochromatic Colors of #77FBC2
Black with #77FBC2
Text Example
Text Example
White with #77FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBC2; }
p { color: rgb(119,251,194); }
H1.HeaderClassName
{
color: #77FBC2;
}
.AnyTagClassName
{
color: #77FBC2;
}
</style>
background-color css
<style>
a { background-color: #77FBC2; }
a { background-color: rgb(119,251,194); }
div.DivClassName
{
background-color: #77FBC2;
}
.BgClassName
{
background-color: #77FBC2;
}
</style>
border-color css
<style>
span { border-color: #77FBC2; }
span { border-color: rgb(119,251,194); }
td.TdClassName
{
border-color: #77FBC2;
}
.TagClassName
{
border-color: #77FBC2;
}
</style>