Shades of Padua #74BA95
Tints of Padua #74BA95
RGB
CMYK
RGB Variations
Color information
#74BA95 (or 0x74BA95) is known color: Padua. HEX triplet: 74, BA and 95. RGB value is (116,186,149). Sum of RGB (Red+Green+Blue) = 116+186+149=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA95 is #8B456A. Grayscale: #A0A0A0. Windows color (decimal): -9127275 or 9812596. OLE color: 9812596.
HSL color Cylindrical-coordinate representation of color #74BA95: hue angle of 148.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA95 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 149 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.27 |
| HSL | 148.29º | 0.34% | 0.59% | - |
| HSV(B) | 148.29º | 0.38% | 0.73% | - |
| XYZ | 30.19 | 41 | 34.76 | - |
| YUV | 160.85 | 121.31 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 149 | 0.38 | 0 | 0.20 | 0.27 | 148.29 | 0.34 | 0.59 |
| Hex | 74 | BA | 95 | 26 | 0 | 14 | 1B | 94 | 22 | 3B |
| Octal | 164 | 272 | 225 | 46 | 0 | 24 | 33 | 224 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10010101 | 100110 | 0 | 10100 | 11011 | 10010100 | 100010 | 111011 |
Color Harmonies of #74BA95
Complementary color
Monochromatic Colors of #74BA95
Black with #74BA95
Text Example
Text Example
White with #74BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA95; }
p { color: rgb(116,186,149); }
H1.HeaderClassName
{
color: #74BA95;
}
.AnyTagClassName
{
color: #74BA95;
}
</style>
background-color css
<style>
a { background-color: #74BA95; }
a { background-color: rgb(116,186,149); }
div.DivClassName
{
background-color: #74BA95;
}
.BgClassName
{
background-color: #74BA95;
}
</style>
border-color css
<style>
span { border-color: #74BA95; }
span { border-color: rgb(116,186,149); }
td.TdClassName
{
border-color: #74BA95;
}
.TagClassName
{
border-color: #74BA95;
}
</style>