Shades of Padua #76BD9C
Tints of Padua #76BD9C
RGB
CMYK
RGB Variations
Color information
#76BD9C (or 0x76BD9C) is known color: Padua. HEX triplet: 76, BD and 9C. RGB value is (118,189,156). Sum of RGB (Red+Green+Blue) = 118+189+156=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD9C is #894263. Grayscale: #A4A4A4. Windows color (decimal): -8995428 or 10272118. OLE color: 10272118.
HSL color Cylindrical-coordinate representation of color #76BD9C: hue angle of 152.11º 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 #76BD9C is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 189 | 156 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.26 |
| HSL | 152.11º | 0.35% | 0.6% | - |
| HSV(B) | 152.11º | 0.38% | 0.74% | - |
| XYZ | 31.67 | 42.65 | 38.02 | - |
| YUV | 164.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 156 | 0.38 | 0 | 0.17 | 0.26 | 152.11 | 0.35 | 0.6 |
| Hex | 76 | BD | 9C | 26 | 0 | 11 | 1A | 98 | 23 | 3C |
| Octal | 166 | 275 | 234 | 46 | 0 | 21 | 32 | 230 | 43 | 74 |
| Binary | 1110110 | 10111101 | 10011100 | 100110 | 0 | 10001 | 11010 | 10011000 | 100011 | 111100 |
Color Harmonies of #76BD9C
Complementary color
Monochromatic Colors of #76BD9C
Black with #76BD9C
Text Example
Text Example
White with #76BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BD9C; }
p { color: rgb(118,189,156); }
H1.HeaderClassName
{
color: #76BD9C;
}
.AnyTagClassName
{
color: #76BD9C;
}
</style>
background-color css
<style>
a { background-color: #76BD9C; }
a { background-color: rgb(118,189,156); }
div.DivClassName
{
background-color: #76BD9C;
}
.BgClassName
{
background-color: #76BD9C;
}
</style>
border-color css
<style>
span { border-color: #76BD9C; }
span { border-color: rgb(118,189,156); }
td.TdClassName
{
border-color: #76BD9C;
}
.TagClassName
{
border-color: #76BD9C;
}
</style>