Shades of Padua #76C19B
Tints of Padua #76C19B
RGB
CMYK
RGB Variations
Color information
#76C19B (or 0x76C19B) is known color: Padua. HEX triplet: 76, C1 and 9B. RGB value is (118,193,155). Sum of RGB (Red+Green+Blue) = 118+193+155=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #76C19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C19B is #893E64. Grayscale: #A6A6A6. Windows color (decimal): -8994405 or 10207606. OLE color: 10207606.
HSL color Cylindrical-coordinate representation of color #76C19B: hue angle of 149.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C19B is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 155 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.24 |
| HSL | 149.6º | 0.38% | 0.61% | - |
| HSV(B) | 149.6º | 0.39% | 0.76% | - |
| XYZ | 32.46 | 44.36 | 37.86 | - |
| YUV | 166.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 155 | 0.39 | 0 | 0.20 | 0.24 | 149.6 | 0.38 | 0.61 |
| Hex | 76 | C1 | 9B | 27 | 0 | 14 | 18 | 96 | 26 | 3D |
| Octal | 166 | 301 | 233 | 47 | 0 | 24 | 30 | 226 | 46 | 75 |
| Binary | 1110110 | 11000001 | 10011011 | 100111 | 0 | 10100 | 11000 | 10010110 | 100110 | 111101 |
Color Harmonies of #76C19B
Complementary color
Monochromatic Colors of #76C19B
Black with #76C19B
Text Example
Text Example
White with #76C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C19B; }
p { color: rgb(118,193,155); }
H1.HeaderClassName
{
color: #76C19B;
}
.AnyTagClassName
{
color: #76C19B;
}
</style>
background-color css
<style>
a { background-color: #76C19B; }
a { background-color: rgb(118,193,155); }
div.DivClassName
{
background-color: #76C19B;
}
.BgClassName
{
background-color: #76C19B;
}
</style>
border-color css
<style>
span { border-color: #76C19B; }
span { border-color: rgb(118,193,155); }
td.TdClassName
{
border-color: #76C19B;
}
.TagClassName
{
border-color: #76C19B;
}
</style>