#7DAE91

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

Shades of Padua #7DAE91

Tints of Padua #7DAE91

Color information

#7DAE91 (or 0x7DAE91) is unknown color: approx Padua. HEX triplet: 7D, AE and 91. RGB value is (125,174,145). Sum of RGB (Red+Green+Blue) = 125+174+145=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAE91 is #82516E. Grayscale: #9C9C9C. Windows color (decimal): -8540527 or 9547389. OLE color: 9547389.

HSL color Cylindrical-coordinate representation of color #7DAE91: hue angle of 144.49º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAE91 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB125174145-
CMYK0.2800.170.32
HSL144.49º23.22%58.63%-
HSV(B)144.49º28.16%68.24%-
XYZ28.736.6832.35-
YUV156.04121.77105.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=28.15%
G=39.19%
B=32.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251741450.2800.170.32144.4923.2258.63
Hex7DAE911C0112090173b
Octal17525622134021402202773
Binary11111011010111010010001111000100011000001001000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,145); }

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

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

 a { background-color: rgb(125,174,145); }

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

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

 span { border-color: rgb(125,174,145); }

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