Shades of Padua #77BDA0
Tints of Padua #77BDA0
RGB
CMYK
RGB Variations
Color information
#77BDA0 (or 0x77BDA0) is known color: Padua. HEX triplet: 77, BD and A0. RGB value is (119,189,160). Sum of RGB (Red+Green+Blue) = 119+189+160=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #77BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BDA0 is #88425F. Grayscale: #A4A4A4. Windows color (decimal): -8929888 or 10534263. OLE color: 10534263.
HSL color Cylindrical-coordinate representation of color #77BDA0: hue angle of 155.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDA0 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 160 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.26 |
| HSL | 155.14º | 0.35% | 0.6% | - |
| HSV(B) | 155.14º | 0.37% | 0.74% | - |
| XYZ | 32.15 | 42.86 | 39.84 | - |
| YUV | 164.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 160 | 0.37 | 0 | 0.15 | 0.26 | 155.14 | 0.35 | 0.6 |
| Hex | 77 | BD | A0 | 25 | 0 | F | 1A | 9B | 23 | 3C |
| Octal | 167 | 275 | 240 | 45 | 0 | 17 | 32 | 233 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10100000 | 100101 | 0 | 1111 | 11010 | 10011011 | 100011 | 111100 |
Color Harmonies of #77BDA0
Complementary color
Monochromatic Colors of #77BDA0
Black with #77BDA0
Text Example
Text Example
White with #77BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDA0; }
p { color: rgb(119,189,160); }
H1.HeaderClassName
{
color: #77BDA0;
}
.AnyTagClassName
{
color: #77BDA0;
}
</style>
background-color css
<style>
a { background-color: #77BDA0; }
a { background-color: rgb(119,189,160); }
div.DivClassName
{
background-color: #77BDA0;
}
.BgClassName
{
background-color: #77BDA0;
}
</style>
border-color css
<style>
span { border-color: #77BDA0; }
span { border-color: rgb(119,189,160); }
td.TdClassName
{
border-color: #77BDA0;
}
.TagClassName
{
border-color: #77BDA0;
}
</style>