#7CBC95

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

Shades of Padua #7CBC95

Tints of Padua #7CBC95

Color information

#7CBC95 (or 0x7CBC95) is unknown color: approx Padua. HEX triplet: 7C, BC and 95. RGB value is (124,188,149). Sum of RGB (Red+Green+Blue) = 124+188+149=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC95 is #83436A. Grayscale: #A4A4A4. Windows color (decimal): -8602475 or 9813116. OLE color: 9813116.

HSL color Cylindrical-coordinate representation of color #7CBC95: hue angle of 143.44º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC95 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB124188149-
CMYK0.3400.210.26
HSL143.44º32.32%61.18%-
HSV(B)143.44º34.04%73.73%-
XYZ31.7242.4234.95-
YUV164.42119.399.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=26.90%
G=40.78%
B=32.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881490.3400.210.26143.4432.3261.18
Hex7CBC95220151A8f203d
Octal17427422542025322174075
Binary111110010111100100101011000100101011101010001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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