#7CBE95

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

Shades of Padua #7CBE95

Tints of Padua #7CBE95

Color information

#7CBE95 (or 0x7CBE95) is unknown color: approx Padua. HEX triplet: 7C, BE and 95. RGB value is (124,190,149). Sum of RGB (Red+Green+Blue) = 124+190+149=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE95 is #83416A. Grayscale: #A5A5A5. Windows color (decimal): -8601963 or 9813628. OLE color: 9813628.

HSL color Cylindrical-coordinate representation of color #7CBE95: hue angle of 142.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE95 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB124190149-
CMYK0.3500.220.25
HSL142.73º33.67%61.57%-
HSV(B)142.73º34.74%74.51%-
XYZ32.1543.2835.09-
YUV165.59118.6398.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=26.78%
G=41.04%
B=32.18%

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
Decimal1241901490.3500.220.25142.7333.6761.57
Hex7CBE9523016198f223e
Octal17427622543026312174276
Binary111110010111110100101011000110101101100110001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,149); }

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

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

 a { background-color: rgb(124,190,149); }

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

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

 span { border-color: rgb(124,190,149); }

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