#7BBE94

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

Shades of Padua #7BBE94

Tints of Padua #7BBE94

Color information

#7BBE94 (or 0x7BBE94) is unknown color: approx Padua. HEX triplet: 7B, BE and 94. RGB value is (123,190,148). Sum of RGB (Red+Green+Blue) = 123+190+148=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE94 is #84416B. Grayscale: #A5A5A5. Windows color (decimal): -8667500 or 9748091. OLE color: 9748091.

HSL color Cylindrical-coordinate representation of color #7BBE94: hue angle of 142.39º 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 #7BBE94 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB123190148-
CMYK0.3500.220.25
HSL142.39º34.01%61.37%-
HSV(B)142.39º35.26%74.51%-
XYZ31.9343.1834.67-
YUV165.18118.397.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=26.68%
G=41.21%
B=32.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901480.3500.220.25142.3934.0161.37
Hex7BBE9423016198e223d
Octal17327622443026312164275
Binary111101110111110100101001000110101101100110001110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBE94; }

 p { color: rgb(123,190,148); }

 H1.HeaderClassName
 {
   color: #7BBE94;
 }
 .AnyTagClassName
 {
   color: #7BBE94;
 }
</style>
background-color css

<style>
 a { background-color: #7BBE94; }

 a { background-color: rgb(123,190,148); }

 div.DivClassName
 {
   background-color: #7BBE94;
 }
 .BgClassName
 {
   background-color: #7BBE94;
 }
</style>
border-color css

<style>
 span { border-color: #7BBE94; }

 span { border-color: rgb(123,190,148); }

 td.TdClassName
 {
   border-color: #7BBE94;
 }
 .TagClassName
 {
   border-color: #7BBE94;
 }
</style>