Shades of Padua #74BB96
Tints of Padua #74BB96
RGB
CMYK
RGB Variations
Color information
#74BB96 (or 0x74BB96) is known color: Padua. HEX triplet: 74, BB and 96. RGB value is (116,187,150). Sum of RGB (Red+Green+Blue) = 116+187+150=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB96 is #8B4469. Grayscale: #A1A1A1. Windows color (decimal): -9127018 or 9878388. OLE color: 9878388.
HSL color Cylindrical-coordinate representation of color #74BB96: hue angle of 148.73º 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 #74BB96 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 150 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.27 |
| HSL | 148.73º | 0.34% | 0.59% | - |
| HSV(B) | 148.73º | 0.38% | 0.73% | - |
| XYZ | 30.48 | 41.46 | 35.25 | - |
| YUV | 161.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 150 | 0.38 | 0 | 0.20 | 0.27 | 148.73 | 0.34 | 0.59 |
| Hex | 74 | BB | 96 | 26 | 0 | 14 | 1B | 95 | 22 | 3B |
| Octal | 164 | 273 | 226 | 46 | 0 | 24 | 33 | 225 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10010110 | 100110 | 0 | 10100 | 11011 | 10010101 | 100010 | 111011 |
Color Harmonies of #74BB96
Complementary color
Monochromatic Colors of #74BB96
Black with #74BB96
Text Example
Text Example
White with #74BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB96; }
p { color: rgb(116,187,150); }
H1.HeaderClassName
{
color: #74BB96;
}
.AnyTagClassName
{
color: #74BB96;
}
</style>
background-color css
<style>
a { background-color: #74BB96; }
a { background-color: rgb(116,187,150); }
div.DivClassName
{
background-color: #74BB96;
}
.BgClassName
{
background-color: #74BB96;
}
</style>
border-color css
<style>
span { border-color: #74BB96; }
span { border-color: rgb(116,187,150); }
td.TdClassName
{
border-color: #74BB96;
}
.TagClassName
{
border-color: #74BB96;
}
</style>