#7DD09A

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

Shades of Padua #7DD09A

Tints of Padua #7DD09A

Color information

#7DD09A (or 0x7DD09A) is unknown color: approx Padua. HEX triplet: 7D, D0 and 9A. RGB value is (125,208,154). Sum of RGB (Red+Green+Blue) = 125+208+154=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD09A is #822F65. Grayscale: #B1B1B1. Windows color (decimal): -8531814 or 10145917. OLE color: 10145917.

HSL color Cylindrical-coordinate representation of color #7DD09A: hue angle of 140.96º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD09A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB125208154-
CMYK0.4000.260.18
HSL140.96º46.89%65.29%-
HSV(B)140.96º39.9%81.57%-
XYZ36.8551.838.63-
YUV177.0311590.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=25.67%
G=42.71%
B=31.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081540.4000.260.18140.9646.8965.29
Hex7DD09A2801A128d2f41
Octal175320232500322221557101
Binary1111101110100001001101010100001101010010100011011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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