Shades of Padua #74BA90
Tints of Padua #74BA90
RGB
CMYK
RGB Variations
Color information
#74BA90 (or 0x74BA90) is known color: Padua. HEX triplet: 74, BA and 90. RGB value is (116,186,144). Sum of RGB (Red+Green+Blue) = 116+186+144=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA90 is #8B456F. Grayscale: #A0A0A0. Windows color (decimal): -9127280 or 9484916. OLE color: 9484916.
HSL color Cylindrical-coordinate representation of color #74BA90: hue angle of 144º 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 #74BA90 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 144 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.27 |
| HSL | 144º | 0.34% | 0.59% | - |
| HSV(B) | 144º | 0.38% | 0.73% | - |
| XYZ | 29.8 | 40.84 | 32.7 | - |
| YUV | 160.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 144 | 0.38 | 0 | 0.23 | 0.27 | 144 | 0.34 | 0.59 |
| Hex | 74 | BA | 90 | 26 | 0 | 17 | 1B | 90 | 22 | 3B |
| Octal | 164 | 272 | 220 | 46 | 0 | 27 | 33 | 220 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10010000 | 100110 | 0 | 10111 | 11011 | 10010000 | 100010 | 111011 |
Color Harmonies of #74BA90
Complementary color
Monochromatic Colors of #74BA90
Black with #74BA90
Text Example
Text Example
White with #74BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA90; }
p { color: rgb(116,186,144); }
H1.HeaderClassName
{
color: #74BA90;
}
.AnyTagClassName
{
color: #74BA90;
}
</style>
background-color css
<style>
a { background-color: #74BA90; }
a { background-color: rgb(116,186,144); }
div.DivClassName
{
background-color: #74BA90;
}
.BgClassName
{
background-color: #74BA90;
}
</style>
border-color css
<style>
span { border-color: #74BA90; }
span { border-color: rgb(116,186,144); }
td.TdClassName
{
border-color: #74BA90;
}
.TagClassName
{
border-color: #74BA90;
}
</style>