Shades of Padua #74BC92
Tints of Padua #74BC92
RGB
CMYK
RGB Variations
Color information
#74BC92 (or 0x74BC92) is known color: Padua. HEX triplet: 74, BC and 92. RGB value is (116,188,146). Sum of RGB (Red+Green+Blue) = 116+188+146=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC92 is #8B436D. Grayscale: #A1A1A1. Windows color (decimal): -9126766 or 9616500. OLE color: 9616500.
HSL color Cylindrical-coordinate representation of color #74BC92: hue angle of 145º 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 #74BC92 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 146 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.26 |
| HSL | 145º | 0.35% | 0.6% | - |
| HSV(B) | 145º | 0.38% | 0.74% | - |
| XYZ | 30.37 | 41.75 | 33.65 | - |
| YUV | 161.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 146 | 0.38 | 0 | 0.22 | 0.26 | 145 | 0.35 | 0.6 |
| Hex | 74 | BC | 92 | 26 | 0 | 16 | 1A | 91 | 23 | 3C |
| Octal | 164 | 274 | 222 | 46 | 0 | 26 | 32 | 221 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10010010 | 100110 | 0 | 10110 | 11010 | 10010001 | 100011 | 111100 |
Color Harmonies of #74BC92
Complementary color
Monochromatic Colors of #74BC92
Black with #74BC92
Text Example
Text Example
White with #74BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC92; }
p { color: rgb(116,188,146); }
H1.HeaderClassName
{
color: #74BC92;
}
.AnyTagClassName
{
color: #74BC92;
}
</style>
background-color css
<style>
a { background-color: #74BC92; }
a { background-color: rgb(116,188,146); }
div.DivClassName
{
background-color: #74BC92;
}
.BgClassName
{
background-color: #74BC92;
}
</style>
border-color css
<style>
span { border-color: #74BC92; }
span { border-color: rgb(116,188,146); }
td.TdClassName
{
border-color: #74BC92;
}
.TagClassName
{
border-color: #74BC92;
}
</style>