Shades of Padua #7BBEA2
Tints of Padua #7BBEA2
RGB
CMYK
RGB Variations
Color information
#7BBEA2 (or 0x7BBEA2) is known color: Padua. HEX triplet: 7B, BE and A2. RGB value is (123,190,162). Sum of RGB (Red+Green+Blue) = 123+190+162=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA2 is #84415D. Grayscale: #A6A6A6. Windows color (decimal): -8667486 or 10665595. OLE color: 10665595.
HSL color Cylindrical-coordinate representation of color #7BBEA2: hue angle of 154.93º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEA2 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 162 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.25 |
| HSL | 154.93º | 0.34% | 0.61% | - |
| HSV(B) | 154.93º | 0.35% | 0.75% | - |
| XYZ | 33.1 | 43.65 | 40.86 | - |
| YUV | 166.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 162 | 0.35 | 0 | 0.15 | 0.25 | 154.93 | 0.34 | 0.61 |
| Hex | 7B | BE | A2 | 23 | 0 | F | 19 | 9B | 22 | 3D |
| Octal | 173 | 276 | 242 | 43 | 0 | 17 | 31 | 233 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10100010 | 100011 | 0 | 1111 | 11001 | 10011011 | 100010 | 111101 |
Color Harmonies of #7BBEA2
Complementary color
Monochromatic Colors of #7BBEA2
Black with #7BBEA2
Text Example
Text Example
White with #7BBEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEA2; }
p { color: rgb(123,190,162); }
H1.HeaderClassName
{
color: #7BBEA2;
}
.AnyTagClassName
{
color: #7BBEA2;
}
</style>
background-color css
<style>
a { background-color: #7BBEA2; }
a { background-color: rgb(123,190,162); }
div.DivClassName
{
background-color: #7BBEA2;
}
.BgClassName
{
background-color: #7BBEA2;
}
</style>
border-color css
<style>
span { border-color: #7BBEA2; }
span { border-color: rgb(123,190,162); }
td.TdClassName
{
border-color: #7BBEA2;
}
.TagClassName
{
border-color: #7BBEA2;
}
</style>