Shades of Padua #77BEA0
Tints of Padua #77BEA0
RGB
CMYK
RGB Variations
Color information
#77BEA0 (or 0x77BEA0) is known color: Padua. HEX triplet: 77, BE and A0. RGB value is (119,190,160). Sum of RGB (Red+Green+Blue) = 119+190+160=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEA0 is #88415F. Grayscale: #A5A5A5. Windows color (decimal): -8929632 or 10534519. OLE color: 10534519.
HSL color Cylindrical-coordinate representation of color #77BEA0: hue angle of 154.65º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BEA0 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 160 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.25 |
| HSL | 154.65º | 0.35% | 0.61% | - |
| HSV(B) | 154.65º | 0.37% | 0.75% | - |
| XYZ | 32.37 | 43.29 | 39.91 | - |
| YUV | 165.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 160 | 0.37 | 0 | 0.16 | 0.25 | 154.65 | 0.35 | 0.61 |
| Hex | 77 | BE | A0 | 25 | 0 | 10 | 19 | 9B | 23 | 3D |
| Octal | 167 | 276 | 240 | 45 | 0 | 20 | 31 | 233 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10100000 | 100101 | 0 | 10000 | 11001 | 10011011 | 100011 | 111101 |
Color Harmonies of #77BEA0
Complementary color
Monochromatic Colors of #77BEA0
Black with #77BEA0
Text Example
Text Example
White with #77BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEA0; }
p { color: rgb(119,190,160); }
H1.HeaderClassName
{
color: #77BEA0;
}
.AnyTagClassName
{
color: #77BEA0;
}
</style>
background-color css
<style>
a { background-color: #77BEA0; }
a { background-color: rgb(119,190,160); }
div.DivClassName
{
background-color: #77BEA0;
}
.BgClassName
{
background-color: #77BEA0;
}
</style>
border-color css
<style>
span { border-color: #77BEA0; }
span { border-color: rgb(119,190,160); }
td.TdClassName
{
border-color: #77BEA0;
}
.TagClassName
{
border-color: #77BEA0;
}
</style>