Shades of Padua #77BE9F
Tints of Padua #77BE9F
RGB
CMYK
RGB Variations
Color information
#77BE9F (or 0x77BE9F) is known color: Padua. HEX triplet: 77, BE and 9F. RGB value is (119,190,159). Sum of RGB (Red+Green+Blue) = 119+190+159=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BE9F is #884160. Grayscale: #A5A5A5. Windows color (decimal): -8929633 or 10468983. OLE color: 10468983.
HSL color Cylindrical-coordinate representation of color #77BE9F: hue angle of 153.8º 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 #77BE9F is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 159 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.25 |
| HSL | 153.8º | 0.35% | 0.61% | - |
| HSV(B) | 153.8º | 0.37% | 0.75% | - |
| XYZ | 32.28 | 43.25 | 39.45 | - |
| YUV | 165.24 | 124.48 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 159 | 0.37 | 0 | 0.16 | 0.25 | 153.8 | 0.35 | 0.61 |
| Hex | 77 | BE | 9F | 25 | 0 | 10 | 19 | 9A | 23 | 3D |
| Octal | 167 | 276 | 237 | 45 | 0 | 20 | 31 | 232 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10011111 | 100101 | 0 | 10000 | 11001 | 10011010 | 100011 | 111101 |
Color Harmonies of #77BE9F
Complementary color
Monochromatic Colors of #77BE9F
Black with #77BE9F
Text Example
Text Example
White with #77BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE9F; }
p { color: rgb(119,190,159); }
H1.HeaderClassName
{
color: #77BE9F;
}
.AnyTagClassName
{
color: #77BE9F;
}
</style>
background-color css
<style>
a { background-color: #77BE9F; }
a { background-color: rgb(119,190,159); }
div.DivClassName
{
background-color: #77BE9F;
}
.BgClassName
{
background-color: #77BE9F;
}
</style>
border-color css
<style>
span { border-color: #77BE9F; }
span { border-color: rgb(119,190,159); }
td.TdClassName
{
border-color: #77BE9F;
}
.TagClassName
{
border-color: #77BE9F;
}
</style>