Shades of Padua #7CCF9E
Tints of Padua #7CCF9E
RGB
CMYK
RGB Variations
Color information
#7CCF9E (or 0x7CCF9E) is known color: Padua. HEX triplet: 7C, CF and 9E. RGB value is (124,207,158). Sum of RGB (Red+Green+Blue) = 124+207+158=489 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.36% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9E is #833061. Grayscale: #B0B0B0. Windows color (decimal): -8597602 or 10407804. OLE color: 10407804.
HSL color Cylindrical-coordinate representation of color #7CCF9E: hue angle of 144.58º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCF9E is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 158 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.19 |
| HSL | 144.58º | 0.46% | 0.65% | - |
| HSV(B) | 144.58º | 0.4% | 0.81% | - |
| XYZ | 36.8 | 51.38 | 40.33 | - |
| YUV | 176.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 158 | 0.40 | 0 | 0.24 | 0.19 | 144.58 | 0.46 | 0.65 |
| Hex | 7C | CF | 9E | 28 | 0 | 18 | 13 | 91 | 2E | 41 |
| Octal | 174 | 317 | 236 | 50 | 0 | 30 | 23 | 221 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10011110 | 101000 | 0 | 11000 | 10011 | 10010001 | 101110 | 1000001 |
Color Harmonies of #7CCF9E
Complementary color
Monochromatic Colors of #7CCF9E
Black with #7CCF9E
Text Example
Text Example
White with #7CCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF9E; }
p { color: rgb(124,207,158); }
H1.HeaderClassName
{
color: #7CCF9E;
}
.AnyTagClassName
{
color: #7CCF9E;
}
</style>
background-color css
<style>
a { background-color: #7CCF9E; }
a { background-color: rgb(124,207,158); }
div.DivClassName
{
background-color: #7CCF9E;
}
.BgClassName
{
background-color: #7CCF9E;
}
</style>
border-color css
<style>
span { border-color: #7CCF9E; }
span { border-color: rgb(124,207,158); }
td.TdClassName
{
border-color: #7CCF9E;
}
.TagClassName
{
border-color: #7CCF9E;
}
</style>