#7DCD9D

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

Shades of Padua #7DCD9D

Tints of Padua #7DCD9D

Color information

#7DCD9D (or 0x7DCD9D) is unknown color: approx Padua. HEX triplet: 7D, CD and 9D. RGB value is (125,205,157). Sum of RGB (Red+Green+Blue) = 125+205+157=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD9D is #823262. Grayscale: #AFAFAF. Windows color (decimal): -8532579 or 10341757. OLE color: 10341757.

HSL color Cylindrical-coordinate representation of color #7DCD9D: hue angle of 144º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD9D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB125205157-
CMYK0.3900.230.20
HSL144º44.44%64.71%-
HSV(B)144º39.02%80.39%-
XYZ36.3750.4639.72-
YUV175.61117.591.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=25.67%
G=42.09%
B=32.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051570.3900.230.2014444.4464.71
Hex7DCD9D2701714902c41
Octal175315235470272422054101
Binary1111101110011011001110110011101011110100100100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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