#7DBD9C

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

Shades of Padua #7DBD9C

Tints of Padua #7DBD9C

Color information

#7DBD9C (or 0x7DBD9C) is unknown color: approx Padua. HEX triplet: 7D, BD and 9C. RGB value is (125,189,156). Sum of RGB (Red+Green+Blue) = 125+189+156=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD9C is #824263. Grayscale: #A6A6A6. Windows color (decimal): -8536676 or 10272125. OLE color: 10272125.

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

Color convert

RGB125189156-
CMYK0.3400.170.26
HSL149.06º32.65%61.57%-
HSV(B)149.06º33.86%74.12%-
XYZ32.6643.1638.06-
YUV166.1122.398.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.60%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=26.60%
G=40.21%
B=33.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251891560.3400.170.26149.0632.6561.57
Hex7DBD9C220111A95213e
Octal17527523442021322254176
Binary111110110111101100111001000100100011101010010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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