Shades of Padua #7CCA9B
Tints of Padua #7CCA9B
RGB
CMYK
RGB Variations
Color information
#7CCA9B (or 0x7CCA9B) is known color: Padua. HEX triplet: 7C, CA and 9B. RGB value is (124,202,155). Sum of RGB (Red+Green+Blue) = 124+202+155=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA9B is #833564. Grayscale: #ADADAD. Windows color (decimal): -8598885 or 10209916. OLE color: 10209916.
HSL color Cylindrical-coordinate representation of color #7CCA9B: hue angle of 143.85º degrees, saturation: 0.42, 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 #7CCA9B is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 155 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.21 |
| HSL | 143.85º | 0.42% | 0.64% | - |
| HSV(B) | 143.85º | 0.39% | 0.79% | - |
| XYZ | 35.35 | 48.89 | 38.58 | - |
| YUV | 173.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 155 | 0.39 | 0 | 0.23 | 0.21 | 143.85 | 0.42 | 0.64 |
| Hex | 7C | CA | 9B | 27 | 0 | 17 | 15 | 90 | 2A | 40 |
| Octal | 174 | 312 | 233 | 47 | 0 | 27 | 25 | 220 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10011011 | 100111 | 0 | 10111 | 10101 | 10010000 | 101010 | 1000000 |
Color Harmonies of #7CCA9B
Complementary color
Monochromatic Colors of #7CCA9B
Black with #7CCA9B
Text Example
Text Example
White with #7CCA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA9B; }
p { color: rgb(124,202,155); }
H1.HeaderClassName
{
color: #7CCA9B;
}
.AnyTagClassName
{
color: #7CCA9B;
}
</style>
background-color css
<style>
a { background-color: #7CCA9B; }
a { background-color: rgb(124,202,155); }
div.DivClassName
{
background-color: #7CCA9B;
}
.BgClassName
{
background-color: #7CCA9B;
}
</style>
border-color css
<style>
span { border-color: #7CCA9B; }
span { border-color: rgb(124,202,155); }
td.TdClassName
{
border-color: #7CCA9B;
}
.TagClassName
{
border-color: #7CCA9B;
}
</style>