#7ABD9C

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

Shades of Padua #7ABD9C

Tints of Padua #7ABD9C

Color information

#7ABD9C (or 0x7ABD9C) is unknown color: approx Padua. HEX triplet: 7A, BD and 9C. RGB value is (122,189,156). Sum of RGB (Red+Green+Blue) = 122+189+156=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABD9C is #854263. Grayscale: #A5A5A5. Windows color (decimal): -8733284 or 10272122. OLE color: 10272122.

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

Color convert

RGB122189156-
CMYK0.3500.170.26
HSL150.45º33.67%60.98%-
HSV(B)150.45º35.45%74.12%-
XYZ32.2242.9338.04-
YUV165.2122.897.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 189 (74.22% from 255) = 40.47%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=26.12%
G=40.47%
B=33.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891560.3500.170.26150.4533.6760.98
Hex7ABD9C230111A96223d
Octal17227523443021322264275
Binary111101010111101100111001000110100011101010010110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,156); }

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

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

 a { background-color: rgb(122,189,156); }

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

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

 span { border-color: rgb(122,189,156); }

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