Shades of Padua #76BD9B
Tints of Padua #76BD9B
RGB
CMYK
RGB Variations
Color information
#76BD9B (or 0x76BD9B) is known color: Padua. HEX triplet: 76, BD and 9B. RGB value is (118,189,155). Sum of RGB (Red+Green+Blue) = 118+189+155=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD9B is #894264. Grayscale: #A3A3A3. Windows color (decimal): -8995429 or 10206582. OLE color: 10206582.
HSL color Cylindrical-coordinate representation of color #76BD9B: hue angle of 151.27º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BD9B is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 155 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.26 |
| HSL | 151.27º | 0.35% | 0.6% | - |
| HSV(B) | 151.27º | 0.38% | 0.74% | - |
| XYZ | 31.59 | 42.61 | 37.57 | - |
| YUV | 163.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 155 | 0.38 | 0 | 0.18 | 0.26 | 151.27 | 0.35 | 0.6 |
| Hex | 76 | BD | 9B | 26 | 0 | 12 | 1A | 97 | 23 | 3C |
| Octal | 166 | 275 | 233 | 46 | 0 | 22 | 32 | 227 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10011011 | 100110 | 0 | 10010 | 11010 | 10010111 | 100011 | 111100 |
Color Harmonies of #76BD9B
Complementary color
Monochromatic Colors of #76BD9B
Black with #76BD9B
Text Example
Text Example
White with #76BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD9B; }
p { color: rgb(118,189,155); }
H1.HeaderClassName
{
color: #76BD9B;
}
.AnyTagClassName
{
color: #76BD9B;
}
</style>
background-color css
<style>
a { background-color: #76BD9B; }
a { background-color: rgb(118,189,155); }
div.DivClassName
{
background-color: #76BD9B;
}
.BgClassName
{
background-color: #76BD9B;
}
</style>
border-color css
<style>
span { border-color: #76BD9B; }
span { border-color: rgb(118,189,155); }
td.TdClassName
{
border-color: #76BD9B;
}
.TagClassName
{
border-color: #76BD9B;
}
</style>