Shades of Padua #7BCF9B
Tints of Padua #7BCF9B
RGB
CMYK
RGB Variations
Color information
#7BCF9B (or 0x7BCF9B) is known color: Padua. HEX triplet: 7B, CF and 9B. RGB value is (123,207,155). Sum of RGB (Red+Green+Blue) = 123+207+155=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF9B is #843064. Grayscale: #B0B0B0. Windows color (decimal): -8663141 or 10211195. OLE color: 10211195.
HSL color Cylindrical-coordinate representation of color #7BCF9B: hue angle of 142.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCF9B is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 155 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.19 |
| HSL | 142.86º | 0.47% | 0.65% | - |
| HSV(B) | 142.86º | 0.41% | 0.81% | - |
| XYZ | 36.4 | 51.2 | 38.98 | - |
| YUV | 175.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 155 | 0.41 | 0 | 0.25 | 0.19 | 142.86 | 0.47 | 0.65 |
| Hex | 7B | CF | 9B | 29 | 0 | 19 | 13 | 8F | 2F | 41 |
| Octal | 173 | 317 | 233 | 51 | 0 | 31 | 23 | 217 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10011011 | 101001 | 0 | 11001 | 10011 | 10001111 | 101111 | 1000001 |
Color Harmonies of #7BCF9B
Complementary color
Monochromatic Colors of #7BCF9B
Black with #7BCF9B
Text Example
Text Example
White with #7BCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCF9B; }
p { color: rgb(123,207,155); }
H1.HeaderClassName
{
color: #7BCF9B;
}
.AnyTagClassName
{
color: #7BCF9B;
}
</style>
background-color css
<style>
a { background-color: #7BCF9B; }
a { background-color: rgb(123,207,155); }
div.DivClassName
{
background-color: #7BCF9B;
}
.BgClassName
{
background-color: #7BCF9B;
}
</style>
border-color css
<style>
span { border-color: #7BCF9B; }
span { border-color: rgb(123,207,155); }
td.TdClassName
{
border-color: #7BCF9B;
}
.TagClassName
{
border-color: #7BCF9B;
}
</style>