#7BCC9A

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

Shades of Padua #7BCC9A

Tints of Padua #7BCC9A

Color information

#7BCC9A (or 0x7BCC9A) is unknown color: approx Padua. HEX triplet: 7B, CC and 9A. RGB value is (123,204,154). Sum of RGB (Red+Green+Blue) = 123+204+154=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC9A is #843365. Grayscale: #AEAEAE. Windows color (decimal): -8663910 or 10144891. OLE color: 10144891.

HSL color Cylindrical-coordinate representation of color #7BCC9A: hue angle of 142.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC9A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB123204154-
CMYK0.4000.250.2
HSL142.96º44.26%64.12%-
HSV(B)142.96º39.71%80%-
XYZ35.5949.7338.29-
YUV174.08116.6691.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.57%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=25.57%
G=42.41%
B=32.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041540.4000.250.2142.9644.2664.12
Hex7BCC9A28019148f2c40
Octal173314232500312421754100
Binary1111011110011001001101010100001100110100100011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,204,154); }

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

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

 a { background-color: rgb(123,204,154); }

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

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

 span { border-color: rgb(123,204,154); }

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