Shades of Padua #7CCA9A
Tints of Padua #7CCA9A
RGB
CMYK
RGB Variations
Color information
#7CCA9A (or 0x7CCA9A) is known color: Padua. HEX triplet: 7C, CA and 9A. RGB value is (124,202,154). Sum of RGB (Red+Green+Blue) = 124+202+154=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA9A is #833565. Grayscale: #ADADAD. Windows color (decimal): -8598886 or 10144380. OLE color: 10144380.
HSL color Cylindrical-coordinate representation of color #7CCA9A: hue angle of 143.08º 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 #7CCA9A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 154 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.21 |
| HSL | 143.08º | 0.42% | 0.64% | - |
| HSV(B) | 143.08º | 0.39% | 0.79% | - |
| XYZ | 35.27 | 48.86 | 38.14 | - |
| YUV | 173.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 154 | 0.39 | 0 | 0.24 | 0.21 | 143.08 | 0.42 | 0.64 |
| Hex | 7C | CA | 9A | 27 | 0 | 18 | 15 | 8F | 2A | 40 |
| Octal | 174 | 312 | 232 | 47 | 0 | 30 | 25 | 217 | 52 | 100 |
| Binary | 1111100 | 11001010 | 10011010 | 100111 | 0 | 11000 | 10101 | 10001111 | 101010 | 1000000 |
Color Harmonies of #7CCA9A
Complementary color
Monochromatic Colors of #7CCA9A
Black with #7CCA9A
Text Example
Text Example
White with #7CCA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA9A; }
p { color: rgb(124,202,154); }
H1.HeaderClassName
{
color: #7CCA9A;
}
.AnyTagClassName
{
color: #7CCA9A;
}
</style>
background-color css
<style>
a { background-color: #7CCA9A; }
a { background-color: rgb(124,202,154); }
div.DivClassName
{
background-color: #7CCA9A;
}
.BgClassName
{
background-color: #7CCA9A;
}
</style>
border-color css
<style>
span { border-color: #7CCA9A; }
span { border-color: rgb(124,202,154); }
td.TdClassName
{
border-color: #7CCA9A;
}
.TagClassName
{
border-color: #7CCA9A;
}
</style>