Shades of Padua #75BA96
Tints of Padua #75BA96
RGB
CMYK
RGB Variations
Color information
#75BA96 (or 0x75BA96) is known color: Padua. HEX triplet: 75, BA and 96. RGB value is (117,186,150). Sum of RGB (Red+Green+Blue) = 117+186+150=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BA96 is #8A4569. Grayscale: #A1A1A1. Windows color (decimal): -9061738 or 9878133. OLE color: 9878133.
HSL color Cylindrical-coordinate representation of color #75BA96: hue angle of 148.7º 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 #75BA96 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 150 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.27 |
| HSL | 148.7º | 0.33% | 0.59% | - |
| HSV(B) | 148.7º | 0.37% | 0.73% | - |
| XYZ | 30.4 | 41.1 | 35.19 | - |
| YUV | 161.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 150 | 0.37 | 0 | 0.19 | 0.27 | 148.7 | 0.33 | 0.59 |
| Hex | 75 | BA | 96 | 25 | 0 | 13 | 1B | 95 | 21 | 3B |
| Octal | 165 | 272 | 226 | 45 | 0 | 23 | 33 | 225 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10010110 | 100101 | 0 | 10011 | 11011 | 10010101 | 100001 | 111011 |
Color Harmonies of #75BA96
Complementary color
Monochromatic Colors of #75BA96
Black with #75BA96
Text Example
Text Example
White with #75BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA96; }
p { color: rgb(117,186,150); }
H1.HeaderClassName
{
color: #75BA96;
}
.AnyTagClassName
{
color: #75BA96;
}
</style>
background-color css
<style>
a { background-color: #75BA96; }
a { background-color: rgb(117,186,150); }
div.DivClassName
{
background-color: #75BA96;
}
.BgClassName
{
background-color: #75BA96;
}
</style>
border-color css
<style>
span { border-color: #75BA96; }
span { border-color: rgb(117,186,150); }
td.TdClassName
{
border-color: #75BA96;
}
.TagClassName
{
border-color: #75BA96;
}
</style>