#7DC097

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

Shades of Padua #7DC097

Tints of Padua #7DC097

Color information

#7DC097 (or 0x7DC097) is unknown color: approx Padua. HEX triplet: 7D, C0 and 97. RGB value is (125,192,151). Sum of RGB (Red+Green+Blue) = 125+192+151=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC097 is #823F68. Grayscale: #A7A7A7. Windows color (decimal): -8535913 or 9945213. OLE color: 9945213.

HSL color Cylindrical-coordinate representation of color #7DC097: hue angle of 143.28º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC097 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB125192151-
CMYK0.3500.210.25
HSL143.28º34.72%62.16%-
HSV(B)143.28º34.9%75.29%-
XYZ32.8944.2936.09-
YUV167.29118.897.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=26.71%
G=41.03%
B=32.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921510.3500.210.25143.2834.7262.16
Hex7DC09723015198f233e
Octal17530022743025312174376
Binary111110111000000100101111000110101011100110001111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,151); }

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

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

 a { background-color: rgb(125,192,151); }

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

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

 span { border-color: rgb(125,192,151); }

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