Shades of Padua #7CC8A2
Tints of Padua #7CC8A2
RGB
CMYK
RGB Variations
Color information
#7CC8A2 (or 0x7CC8A2) is known color: Padua. HEX triplet: 7C, C8 and A2. RGB value is (124,200,162). Sum of RGB (Red+Green+Blue) = 124+200+162=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #7CC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC8A2 is #83375D. Grayscale: #ADADAD. Windows color (decimal): -8599390 or 10668156. OLE color: 10668156.
HSL color Cylindrical-coordinate representation of color #7CC8A2: hue angle of 150º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC8A2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 200 | 162 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.22 |
| HSL | 150º | 0.41% | 0.64% | - |
| HSV(B) | 150º | 0.38% | 0.78% | - |
| XYZ | 35.49 | 48.2 | 41.62 | - |
| YUV | 172.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 200 | 162 | 0.38 | 0 | 0.19 | 0.22 | 150 | 0.41 | 0.64 |
| Hex | 7C | C8 | A2 | 26 | 0 | 13 | 16 | 96 | 29 | 40 |
| Octal | 174 | 310 | 242 | 46 | 0 | 23 | 26 | 226 | 51 | 100 |
| Binary | 1111100 | 11001000 | 10100010 | 100110 | 0 | 10011 | 10110 | 10010110 | 101001 | 1000000 |
Color Harmonies of #7CC8A2
Complementary color
Monochromatic Colors of #7CC8A2
Black with #7CC8A2
Text Example
Text Example
White with #7CC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC8A2; }
p { color: rgb(124,200,162); }
H1.HeaderClassName
{
color: #7CC8A2;
}
.AnyTagClassName
{
color: #7CC8A2;
}
</style>
background-color css
<style>
a { background-color: #7CC8A2; }
a { background-color: rgb(124,200,162); }
div.DivClassName
{
background-color: #7CC8A2;
}
.BgClassName
{
background-color: #7CC8A2;
}
</style>
border-color css
<style>
span { border-color: #7CC8A2; }
span { border-color: rgb(124,200,162); }
td.TdClassName
{
border-color: #7CC8A2;
}
.TagClassName
{
border-color: #7CC8A2;
}
</style>