Shades of Padua #75BA95
Tints of Padua #75BA95
RGB
CMYK
RGB Variations
Color information
#75BA95 (or 0x75BA95) is known color: Padua. HEX triplet: 75, BA and 95. RGB value is (117,186,149). Sum of RGB (Red+Green+Blue) = 117+186+149=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BA95 is #8A456A. Grayscale: #A1A1A1. Windows color (decimal): -9061739 or 9812597. OLE color: 9812597.
HSL color Cylindrical-coordinate representation of color #75BA95: hue angle of 147.83º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BA95 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 149 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.27 |
| HSL | 147.83º | 0.33% | 0.59% | - |
| HSV(B) | 147.83º | 0.37% | 0.73% | - |
| XYZ | 30.32 | 41.07 | 34.76 | - |
| YUV | 161.15 | 121.14 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 149 | 0.37 | 0 | 0.20 | 0.27 | 147.83 | 0.33 | 0.59 |
| Hex | 75 | BA | 95 | 25 | 0 | 14 | 1B | 94 | 21 | 3B |
| Octal | 165 | 272 | 225 | 45 | 0 | 24 | 33 | 224 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10010101 | 100101 | 0 | 10100 | 11011 | 10010100 | 100001 | 111011 |
Color Harmonies of #75BA95
Complementary color
Monochromatic Colors of #75BA95
Black with #75BA95
Text Example
Text Example
White with #75BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA95; }
p { color: rgb(117,186,149); }
H1.HeaderClassName
{
color: #75BA95;
}
.AnyTagClassName
{
color: #75BA95;
}
</style>
background-color css
<style>
a { background-color: #75BA95; }
a { background-color: rgb(117,186,149); }
div.DivClassName
{
background-color: #75BA95;
}
.BgClassName
{
background-color: #75BA95;
}
</style>
border-color css
<style>
span { border-color: #75BA95; }
span { border-color: rgb(117,186,149); }
td.TdClassName
{
border-color: #75BA95;
}
.TagClassName
{
border-color: #75BA95;
}
</style>