Shades of Padua #7BCA9B
Tints of Padua #7BCA9B
RGB
CMYK
RGB Variations
Color information
#7BCA9B (or 0x7BCA9B) is known color: Padua. HEX triplet: 7B, CA and 9B. RGB value is (123,202,155). Sum of RGB (Red+Green+Blue) = 123+202+155=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA9B is #843564. Grayscale: #ADADAD. Windows color (decimal): -8664421 or 10209915. OLE color: 10209915.
HSL color Cylindrical-coordinate representation of color #7BCA9B: hue angle of 144.3º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCA9B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 155 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.21 |
| HSL | 144.3º | 0.43% | 0.64% | - |
| HSV(B) | 144.3º | 0.39% | 0.79% | - |
| XYZ | 35.21 | 48.82 | 38.58 | - |
| YUV | 173.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 155 | 0.39 | 0 | 0.23 | 0.21 | 144.3 | 0.43 | 0.64 |
| Hex | 7B | CA | 9B | 27 | 0 | 17 | 15 | 90 | 2B | 40 |
| Octal | 173 | 312 | 233 | 47 | 0 | 27 | 25 | 220 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10011011 | 100111 | 0 | 10111 | 10101 | 10010000 | 101011 | 1000000 |
Color Harmonies of #7BCA9B
Complementary color
Monochromatic Colors of #7BCA9B
Black with #7BCA9B
Text Example
Text Example
White with #7BCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA9B; }
p { color: rgb(123,202,155); }
H1.HeaderClassName
{
color: #7BCA9B;
}
.AnyTagClassName
{
color: #7BCA9B;
}
</style>
background-color css
<style>
a { background-color: #7BCA9B; }
a { background-color: rgb(123,202,155); }
div.DivClassName
{
background-color: #7BCA9B;
}
.BgClassName
{
background-color: #7BCA9B;
}
</style>
border-color css
<style>
span { border-color: #7BCA9B; }
span { border-color: rgb(123,202,155); }
td.TdClassName
{
border-color: #7BCA9B;
}
.TagClassName
{
border-color: #7BCA9B;
}
</style>