Shades of Padua #7FCA9B
Tints of Padua #7FCA9B
RGB
CMYK
RGB Variations
Color information
#7FCA9B (or 0x7FCA9B) is known color: Padua. HEX triplet: 7F, CA and 9B. RGB value is (127,202,155). Sum of RGB (Red+Green+Blue) = 127+202+155=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA9B is #803564. Grayscale: #AEAEAE. Windows color (decimal): -8402277 or 10209919. OLE color: 10209919.
HSL color Cylindrical-coordinate representation of color #7FCA9B: hue angle of 142.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA9B is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 155 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.21 |
| HSL | 142.4º | 0.41% | 0.65% | - |
| HSV(B) | 142.4º | 0.37% | 0.79% | - |
| XYZ | 35.79 | 49.12 | 38.61 | - |
| YUV | 174.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 155 | 0.37 | 0 | 0.23 | 0.21 | 142.4 | 0.41 | 0.65 |
| Hex | 7F | CA | 9B | 25 | 0 | 17 | 15 | 8E | 29 | 41 |
| Octal | 177 | 312 | 233 | 45 | 0 | 27 | 25 | 216 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10011011 | 100101 | 0 | 10111 | 10101 | 10001110 | 101001 | 1000001 |
Color Harmonies of #7FCA9B
Complementary color
Monochromatic Colors of #7FCA9B
Black with #7FCA9B
Text Example
Text Example
White with #7FCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA9B; }
p { color: rgb(127,202,155); }
H1.HeaderClassName
{
color: #7FCA9B;
}
.AnyTagClassName
{
color: #7FCA9B;
}
</style>
background-color css
<style>
a { background-color: #7FCA9B; }
a { background-color: rgb(127,202,155); }
div.DivClassName
{
background-color: #7FCA9B;
}
.BgClassName
{
background-color: #7FCA9B;
}
</style>
border-color css
<style>
span { border-color: #7FCA9B; }
span { border-color: rgb(127,202,155); }
td.TdClassName
{
border-color: #7FCA9B;
}
.TagClassName
{
border-color: #7FCA9B;
}
</style>