#7BBEA2

Color #7BBEA2 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7BBEA2

Tints of Padua #7BBEA2

Color information

#7BBEA2 (or 0x7BBEA2) is unknown color: approx 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

RGB123190162-
CMYK0.3500.150.25
HSL154.93º34.01%61.37%-
HSV(B)154.93º35.26%74.51%-
XYZ33.143.6540.86-
YUV166.77125.396.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 25.89%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=25.89%
G=40%
B=34.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901620.3500.150.25154.9334.0161.37
Hex7BBEA2230F199b223d
Octal17327624243017312334275
Binary11110111011111010100010100011011111100110011011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>