#7DD09B

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

Shades of Padua #7DD09B

Tints of Padua #7DD09B

Color information

#7DD09B (or 0x7DD09B) is unknown color: approx Padua. HEX triplet: 7D, D0 and 9B. RGB value is (125,208,155). Sum of RGB (Red+Green+Blue) = 125+208+155=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD09B is #822F64. Grayscale: #B1B1B1. Windows color (decimal): -8531813 or 10211453. OLE color: 10211453.

HSL color Cylindrical-coordinate representation of color #7DD09B: hue angle of 141.69º 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 #7DD09B is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB125208155-
CMYK0.4000.250.18
HSL141.69º46.89%65.29%-
HSV(B)141.69º39.9%81.57%-
XYZ36.9351.8439.07-
YUV177.14115.590.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=25.61%
G=42.62%
B=31.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252081550.4000.250.18141.6946.8965.29
Hex7DD09B28019128e2f41
Octal175320233500312221657101
Binary1111101110100001001101110100001100110010100011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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