#7DCAA0

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

Shades of Padua #7DCAA0

Tints of Padua #7DCAA0

Color information

#7DCAA0 (or 0x7DCAA0) is unknown color: approx Padua. HEX triplet: 7D, CA and A0. RGB value is (125,202,160). Sum of RGB (Red+Green+Blue) = 125+202+160=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCAA0 is #82355F. Grayscale: #AEAEAE. Windows color (decimal): -8533344 or 10537597. OLE color: 10537597.

HSL color Cylindrical-coordinate representation of color #7DCAA0: hue angle of 147.27º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAA0 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB125202160-
CMYK0.3800.210.21
HSL147.27º42.08%64.12%-
HSV(B)147.27º38.12%79.22%-
XYZ35.9249.1440.85-
YUV174.19119.9992.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=25.67%
G=41.48%
B=32.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021600.3800.210.21147.2742.0864.12
Hex7DCAA02601515932a40
Octal175312240460252522352100
Binary1111101110010101010000010011001010110101100100111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,160); }

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

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

 a { background-color: rgb(125,202,160); }

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

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

 span { border-color: rgb(125,202,160); }

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