#7CBAA0

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

Shades of Padua #7CBAA0

Tints of Padua #7CBAA0

Color information

#7CBAA0 (or 0x7CBAA0) is unknown color: approx Padua. HEX triplet: 7C, BA and A0. RGB value is (124,186,160). Sum of RGB (Red+Green+Blue) = 124+186+160=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAA0 is #83455F. Grayscale: #A4A4A4. Windows color (decimal): -8602976 or 10533500. OLE color: 10533500.

HSL color Cylindrical-coordinate representation of color #7CBAA0: hue angle of 154.84º 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 #7CBAA0 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB124186160-
CMYK0.3300.140.27
HSL154.84º31%60.78%-
HSV(B)154.84º33.33%72.94%-
XYZ32.2241.9439.66-
YUV164.5125.4699.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=26.38%
G=39.57%
B=34.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861600.3300.140.27154.843160.78
Hex7CBAA0210E1B9b1f3d
Octal17427224041016332333775
Binary1111100101110101010000010000101110110111001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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