#7DBD9A

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

Shades of Padua #7DBD9A

Tints of Padua #7DBD9A

Color information

#7DBD9A (or 0x7DBD9A) is unknown color: approx Padua. HEX triplet: 7D, BD and 9A. RGB value is (125,189,154). Sum of RGB (Red+Green+Blue) = 125+189+154=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBD9A is #824265. Grayscale: #A5A5A5. Windows color (decimal): -8536678 or 10141053. OLE color: 10141053.

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

Color convert

RGB125189154-
CMYK0.3400.190.26
HSL147.19º32.65%61.57%-
HSV(B)147.19º33.86%74.12%-
XYZ32.4943.0937.18-
YUV165.87121.398.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=26.71%
G=40.38%
B=32.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251891540.3400.190.26147.1932.6561.57
Hex7DBD9A220131A93213e
Octal17527523242023322234176
Binary111110110111101100110101000100100111101010010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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