Shades of Padua #7BCA9F
Tints of Padua #7BCA9F
RGB
CMYK
RGB Variations
Color information
#7BCA9F (or 0x7BCA9F) is known color: Padua. HEX triplet: 7B, CA and 9F. RGB value is (123,202,159). Sum of RGB (Red+Green+Blue) = 123+202+159=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCA9F is #843560. Grayscale: #ADADAD. Windows color (decimal): -8664417 or 10472059. OLE color: 10472059.
HSL color Cylindrical-coordinate representation of color #7BCA9F: hue angle of 147.34º 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 #7BCA9F is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 159 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.21 |
| HSL | 147.34º | 0.43% | 0.64% | - |
| HSV(B) | 147.34º | 0.39% | 0.79% | - |
| XYZ | 35.55 | 48.96 | 40.38 | - |
| YUV | 173.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 159 | 0.39 | 0 | 0.21 | 0.21 | 147.34 | 0.43 | 0.64 |
| Hex | 7B | CA | 9F | 27 | 0 | 15 | 15 | 93 | 2B | 40 |
| Octal | 173 | 312 | 237 | 47 | 0 | 25 | 25 | 223 | 53 | 100 |
| Binary | 1111011 | 11001010 | 10011111 | 100111 | 0 | 10101 | 10101 | 10010011 | 101011 | 1000000 |
Color Harmonies of #7BCA9F
Complementary color
Monochromatic Colors of #7BCA9F
Black with #7BCA9F
Text Example
Text Example
White with #7BCA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA9F; }
p { color: rgb(123,202,159); }
H1.HeaderClassName
{
color: #7BCA9F;
}
.AnyTagClassName
{
color: #7BCA9F;
}
</style>
background-color css
<style>
a { background-color: #7BCA9F; }
a { background-color: rgb(123,202,159); }
div.DivClassName
{
background-color: #7BCA9F;
}
.BgClassName
{
background-color: #7BCA9F;
}
</style>
border-color css
<style>
span { border-color: #7BCA9F; }
span { border-color: rgb(123,202,159); }
td.TdClassName
{
border-color: #7BCA9F;
}
.TagClassName
{
border-color: #7BCA9F;
}
</style>