Shades of Padua #7BCA99
Tints of Padua #7BCA99
RGB
CMYK
RGB Variations
Color information
#7BCA99 (or 0x7BCA99) is known color: Padua. HEX triplet: 7B, CA and 99. RGB value is (123,202,153). Sum of RGB (Red+Green+Blue) = 123+202+153=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA99 is #843566. Grayscale: #ACACAC. Windows color (decimal): -8664423 or 10078843. OLE color: 10078843.
HSL color Cylindrical-coordinate representation of color #7BCA99: hue angle of 142.78º 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 #7BCA99 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 153 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.21 |
| HSL | 142.78º | 0.43% | 0.64% | - |
| HSV(B) | 142.78º | 0.39% | 0.79% | - |
| XYZ | 35.04 | 48.75 | 37.7 | - |
| YUV | 172.79 | 116.83 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 153 | 0.39 | 0 | 0.24 | 0.21 | 142.78 | 0.43 | 0.64 |
| Hex | 7B | CA | 99 | 27 | 0 | 18 | 15 | 8F | 2B | 40 |
| Octal | 173 | 312 | 231 | 47 | 0 | 30 | 25 | 217 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10011001 | 100111 | 0 | 11000 | 10101 | 10001111 | 101011 | 1000000 |
Color Harmonies of #7BCA99
Complementary color
Monochromatic Colors of #7BCA99
Black with #7BCA99
Text Example
Text Example
White with #7BCA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA99; }
p { color: rgb(123,202,153); }
H1.HeaderClassName
{
color: #7BCA99;
}
.AnyTagClassName
{
color: #7BCA99;
}
</style>
background-color css
<style>
a { background-color: #7BCA99; }
a { background-color: rgb(123,202,153); }
div.DivClassName
{
background-color: #7BCA99;
}
.BgClassName
{
background-color: #7BCA99;
}
</style>
border-color css
<style>
span { border-color: #7BCA99; }
span { border-color: rgb(123,202,153); }
td.TdClassName
{
border-color: #7BCA99;
}
.TagClassName
{
border-color: #7BCA99;
}
</style>