#7CBC94

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

Shades of Padua #7CBC94

Tints of Padua #7CBC94

Color information

#7CBC94 (or 0x7CBC94) is unknown color: approx Padua. HEX triplet: 7C, BC and 94. RGB value is (124,188,148). Sum of RGB (Red+Green+Blue) = 124+188+148=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC94 is #83436B. Grayscale: #A4A4A4. Windows color (decimal): -8602476 or 9747580. OLE color: 9747580.

HSL color Cylindrical-coordinate representation of color #7CBC94: hue angle of 142.5º 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 #7CBC94 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB124188148-
CMYK0.3400.210.26
HSL142.5º32.32%61.18%-
HSV(B)142.5º34.04%73.73%-
XYZ31.6442.3934.53-
YUV164.3118.899.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=26.96%
G=40.87%
B=32.17%

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
Decimal1241881480.3400.210.26142.532.3261.18
Hex7CBC94220151A8e203d
Octal17427422442025322164075
Binary111110010111100100101001000100101011101010001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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