#7DC199

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

Shades of Padua #7DC199

Tints of Padua #7DC199

Color information

#7DC199 (or 0x7DC199) is unknown color: approx Padua. HEX triplet: 7D, C1 and 99. RGB value is (125,193,153). Sum of RGB (Red+Green+Blue) = 125+193+153=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC199 is #823E66. Grayscale: #A8A8A8. Windows color (decimal): -8535655 or 10076541. OLE color: 10076541.

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

Color convert

RGB125193153-
CMYK0.3500.210.24
HSL144.71º35.42%62.35%-
HSV(B)144.71º35.23%75.69%-
XYZ33.2844.837.03-
YUV168.11119.4797.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.54%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=26.54%
G=40.98%
B=32.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251931530.3500.210.24144.7135.4262.35
Hex7DC199230151891233e
Octal17530123143025302214376
Binary111110111000001100110011000110101011100010010001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,153); }

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

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

 a { background-color: rgb(125,193,153); }

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

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

 span { border-color: rgb(125,193,153); }

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