#7CBA94

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

Shades of Padua #7CBA94

Tints of Padua #7CBA94

Color information

#7CBA94 (or 0x7CBA94) is unknown color: approx Padua. HEX triplet: 7C, BA and 94. RGB value is (124,186,148). Sum of RGB (Red+Green+Blue) = 124+186+148=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBA94 is #83456B. Grayscale: #A3A3A3. Windows color (decimal): -8602988 or 9747068. OLE color: 9747068.

HSL color Cylindrical-coordinate representation of color #7CBA94: hue angle of 143.23º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBA94 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB124186148-
CMYK0.3300.200.27
HSL143.23º31%60.78%-
HSV(B)143.23º33.33%72.94%-
XYZ31.2241.5434.39-
YUV163.13119.46100.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=27.07%
G=40.61%
B=32.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861480.3300.200.27143.233160.78
Hex7CBA94210141B8f1f3d
Octal17427222441024332173775
Binary11111001011101010010100100001010100110111000111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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