Shades of Padua #75B293
Tints of Padua #75B293
RGB
CMYK
RGB Variations
Color information
#75B293 (or 0x75B293) is known color: Padua. HEX triplet: 75, B2 and 93. RGB value is (117,178,147). Sum of RGB (Red+Green+Blue) = 117+178+147=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #75B293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B293 is #8A4D6C. Grayscale: #9C9C9C. Windows color (decimal): -9063789 or 9679477. OLE color: 9679477.
HSL color Cylindrical-coordinate representation of color #75B293: hue angle of 149.51º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B293 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 147 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.30 |
| HSL | 149.51º | 0.28% | 0.58% | - |
| HSV(B) | 149.51º | 0.34% | 0.7% | - |
| XYZ | 28.52 | 37.73 | 33.38 | - |
| YUV | 156.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 147 | 0.34 | 0 | 0.17 | 0.30 | 149.51 | 0.28 | 0.58 |
| Hex | 75 | B2 | 93 | 22 | 0 | 11 | 1E | 96 | 1C | 3A |
| Octal | 165 | 262 | 223 | 42 | 0 | 21 | 36 | 226 | 34 | 72 |
| Binary | 1110101 | 10110010 | 10010011 | 100010 | 0 | 10001 | 11110 | 10010110 | 11100 | 111010 |
Color Harmonies of #75B293
Complementary color
Monochromatic Colors of #75B293
Black with #75B293
Text Example
Text Example
White with #75B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B293; }
p { color: rgb(117,178,147); }
H1.HeaderClassName
{
color: #75B293;
}
.AnyTagClassName
{
color: #75B293;
}
</style>
background-color css
<style>
a { background-color: #75B293; }
a { background-color: rgb(117,178,147); }
div.DivClassName
{
background-color: #75B293;
}
.BgClassName
{
background-color: #75B293;
}
</style>
border-color css
<style>
span { border-color: #75B293; }
span { border-color: rgb(117,178,147); }
td.TdClassName
{
border-color: #75B293;
}
.TagClassName
{
border-color: #75B293;
}
</style>