#7DC8A2

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

Shades of Padua #7DC8A2

Tints of Padua #7DC8A2

Color information

#7DC8A2 (or 0x7DC8A2) is unknown color: approx Padua. HEX triplet: 7D, C8 and A2. RGB value is (125,200,162). Sum of RGB (Red+Green+Blue) = 125+200+162=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8A2 is #82375D. Grayscale: #ADADAD. Windows color (decimal): -8533854 or 10668157. OLE color: 10668157.

HSL color Cylindrical-coordinate representation of color #7DC8A2: hue angle of 149.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8A2 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB125200162-
CMYK0.3800.190.22
HSL149.6º40.54%63.73%-
HSV(B)149.6º37.5%78.43%-
XYZ35.6348.2841.62-
YUV173.24121.6593.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.67%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=25.67%
G=41.07%
B=33.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1252001620.3800.190.22149.640.5463.73
Hex7DC8A22601316962940
Octal175310242460232622651100
Binary1111101110010001010001010011001001110110100101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,200,162); }

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

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

 a { background-color: rgb(125,200,162); }

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

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

 span { border-color: rgb(125,200,162); }

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