Shades of Padua #74BB99
Tints of Padua #74BB99
RGB
CMYK
RGB Variations
Color information
#74BB99 (or 0x74BB99) is known color: Padua. HEX triplet: 74, BB and 99. RGB value is (116,187,153). Sum of RGB (Red+Green+Blue) = 116+187+153=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BB99 is #8B4466. Grayscale: #A1A1A1. Windows color (decimal): -9127015 or 10074996. OLE color: 10074996.
HSL color Cylindrical-coordinate representation of color #74BB99: hue angle of 151.27º 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 #74BB99 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 153 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.27 |
| HSL | 151.27º | 0.34% | 0.59% | - |
| HSV(B) | 151.27º | 0.38% | 0.73% | - |
| XYZ | 30.72 | 41.55 | 36.54 | - |
| YUV | 161.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 153 | 0.38 | 0 | 0.18 | 0.27 | 151.27 | 0.34 | 0.59 |
| Hex | 74 | BB | 99 | 26 | 0 | 12 | 1B | 97 | 22 | 3B |
| Octal | 164 | 273 | 231 | 46 | 0 | 22 | 33 | 227 | 42 | 73 |
| Binary | 1110100 | 10111011 | 10011001 | 100110 | 0 | 10010 | 11011 | 10010111 | 100010 | 111011 |
Color Harmonies of #74BB99
Complementary color
Monochromatic Colors of #74BB99
Black with #74BB99
Text Example
Text Example
White with #74BB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB99; }
p { color: rgb(116,187,153); }
H1.HeaderClassName
{
color: #74BB99;
}
.AnyTagClassName
{
color: #74BB99;
}
</style>
background-color css
<style>
a { background-color: #74BB99; }
a { background-color: rgb(116,187,153); }
div.DivClassName
{
background-color: #74BB99;
}
.BgClassName
{
background-color: #74BB99;
}
</style>
border-color css
<style>
span { border-color: #74BB99; }
span { border-color: rgb(116,187,153); }
td.TdClassName
{
border-color: #74BB99;
}
.TagClassName
{
border-color: #74BB99;
}
</style>