Shades of Padua #75B896
Tints of Padua #75B896
RGB
CMYK
RGB Variations
Color information
#75B896 (or 0x75B896) is known color: Padua. HEX triplet: 75, B8 and 96. RGB value is (117,184,150). Sum of RGB (Red+Green+Blue) = 117+184+150=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #75B896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B896 is #8A4769. Grayscale: #A0A0A0. Windows color (decimal): -9062250 or 9877621. OLE color: 9877621.
HSL color Cylindrical-coordinate representation of color #75B896: hue angle of 149.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B896 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 184 | 150 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.28 |
| HSL | 149.55º | 0.32% | 0.59% | - |
| HSV(B) | 149.55º | 0.36% | 0.72% | - |
| XYZ | 29.98 | 40.26 | 35.05 | - |
| YUV | 160.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 184 | 150 | 0.36 | 0 | 0.18 | 0.28 | 149.55 | 0.32 | 0.59 |
| Hex | 75 | B8 | 96 | 24 | 0 | 12 | 1C | 96 | 20 | 3B |
| Octal | 165 | 270 | 226 | 44 | 0 | 22 | 34 | 226 | 40 | 73 |
| Binary | 1110101 | 10111000 | 10010110 | 100100 | 0 | 10010 | 11100 | 10010110 | 100000 | 111011 |
Color Harmonies of #75B896
Complementary color
Monochromatic Colors of #75B896
Black with #75B896
Text Example
Text Example
White with #75B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B896; }
p { color: rgb(117,184,150); }
H1.HeaderClassName
{
color: #75B896;
}
.AnyTagClassName
{
color: #75B896;
}
</style>
background-color css
<style>
a { background-color: #75B896; }
a { background-color: rgb(117,184,150); }
div.DivClassName
{
background-color: #75B896;
}
.BgClassName
{
background-color: #75B896;
}
</style>
border-color css
<style>
span { border-color: #75B896; }
span { border-color: rgb(117,184,150); }
td.TdClassName
{
border-color: #75B896;
}
.TagClassName
{
border-color: #75B896;
}
</style>