#7DBE9D

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

Shades of Padua #7DBE9D

Tints of Padua #7DBE9D

Color information

#7DBE9D (or 0x7DBE9D) is unknown color: approx Padua. HEX triplet: 7D, BE and 9D. RGB value is (125,190,157). Sum of RGB (Red+Green+Blue) = 125+190+157=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE9D is #824162. Grayscale: #A6A6A6. Windows color (decimal): -8536419 or 10337917. OLE color: 10337917.

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

Color convert

RGB125190157-
CMYK0.3400.170.25
HSL149.54º33.33%61.76%-
HSV(B)149.54º34.21%74.51%-
XYZ32.9643.6238.58-
YUV166.8122.4798.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=26.48%
G=40.25%
B=33.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901570.3400.170.25149.5433.3361.76
Hex7DBE9D220111996213e
Octal17527623542021312264176
Binary111110110111110100111011000100100011100110010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,157); }

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

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

 a { background-color: rgb(125,190,157); }

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

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

 span { border-color: rgb(125,190,157); }

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