Shades of Padua #7CCF9B
Tints of Padua #7CCF9B
RGB
CMYK
RGB Variations
Color information
#7CCF9B (or 0x7CCF9B) is known color: Padua. HEX triplet: 7C, CF and 9B. RGB value is (124,207,155). Sum of RGB (Red+Green+Blue) = 124+207+155=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCF9B is #833064. Grayscale: #B0B0B0. Windows color (decimal): -8597605 or 10211196. OLE color: 10211196.
HSL color Cylindrical-coordinate representation of color #7CCF9B: hue angle of 142.41º 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 #7CCF9B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 155 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.19 |
| HSL | 142.41º | 0.46% | 0.65% | - |
| HSV(B) | 142.41º | 0.4% | 0.81% | - |
| XYZ | 36.54 | 51.28 | 38.98 | - |
| YUV | 176.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 155 | 0.40 | 0 | 0.25 | 0.19 | 142.41 | 0.46 | 0.65 |
| Hex | 7C | CF | 9B | 28 | 0 | 19 | 13 | 8E | 2E | 41 |
| Octal | 174 | 317 | 233 | 50 | 0 | 31 | 23 | 216 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10011011 | 101000 | 0 | 11001 | 10011 | 10001110 | 101110 | 1000001 |
Color Harmonies of #7CCF9B
Complementary color
Monochromatic Colors of #7CCF9B
Black with #7CCF9B
Text Example
Text Example
White with #7CCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF9B; }
p { color: rgb(124,207,155); }
H1.HeaderClassName
{
color: #7CCF9B;
}
.AnyTagClassName
{
color: #7CCF9B;
}
</style>
background-color css
<style>
a { background-color: #7CCF9B; }
a { background-color: rgb(124,207,155); }
div.DivClassName
{
background-color: #7CCF9B;
}
.BgClassName
{
background-color: #7CCF9B;
}
</style>
border-color css
<style>
span { border-color: #7CCF9B; }
span { border-color: rgb(124,207,155); }
td.TdClassName
{
border-color: #7CCF9B;
}
.TagClassName
{
border-color: #7CCF9B;
}
</style>