Shades of Padua #75BA9B
Tints of Padua #75BA9B
RGB
CMYK
RGB Variations
Color information
#75BA9B (or 0x75BA9B) is known color: Padua. HEX triplet: 75, BA and 9B. RGB value is (117,186,155). Sum of RGB (Red+Green+Blue) = 117+186+155=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BA9B is #8A4564. Grayscale: #A1A1A1. Windows color (decimal): -9061733 or 10205813. OLE color: 10205813.
HSL color Cylindrical-coordinate representation of color #75BA9B: hue angle of 153.04º 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 #75BA9B is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 155 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.27 |
| HSL | 153.04º | 0.33% | 0.59% | - |
| HSV(B) | 153.04º | 0.37% | 0.73% | - |
| XYZ | 30.81 | 41.27 | 37.35 | - |
| YUV | 161.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 155 | 0.37 | 0 | 0.17 | 0.27 | 153.04 | 0.33 | 0.59 |
| Hex | 75 | BA | 9B | 25 | 0 | 11 | 1B | 99 | 21 | 3B |
| Octal | 165 | 272 | 233 | 45 | 0 | 21 | 33 | 231 | 41 | 73 |
| Binary | 1110101 | 10111010 | 10011011 | 100101 | 0 | 10001 | 11011 | 10011001 | 100001 | 111011 |
Color Harmonies of #75BA9B
Complementary color
Monochromatic Colors of #75BA9B
Black with #75BA9B
Text Example
Text Example
White with #75BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA9B; }
p { color: rgb(117,186,155); }
H1.HeaderClassName
{
color: #75BA9B;
}
.AnyTagClassName
{
color: #75BA9B;
}
</style>
background-color css
<style>
a { background-color: #75BA9B; }
a { background-color: rgb(117,186,155); }
div.DivClassName
{
background-color: #75BA9B;
}
.BgClassName
{
background-color: #75BA9B;
}
</style>
border-color css
<style>
span { border-color: #75BA9B; }
span { border-color: rgb(117,186,155); }
td.TdClassName
{
border-color: #75BA9B;
}
.TagClassName
{
border-color: #75BA9B;
}
</style>