#7DCF9F

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

Shades of Padua #7DCF9F

Tints of Padua #7DCF9F

Color information

#7DCF9F (or 0x7DCF9F) is unknown color: approx Padua. HEX triplet: 7D, CF and 9F. RGB value is (125,207,159). Sum of RGB (Red+Green+Blue) = 125+207+159=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF9F is #823060. Grayscale: #B1B1B1. Windows color (decimal): -8532065 or 10473341. OLE color: 10473341.

HSL color Cylindrical-coordinate representation of color #7DCF9F: hue angle of 144.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCF9F is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB125207159-
CMYK0.4000.230.19
HSL144.88º46.07%65.1%-
HSV(B)144.88º39.61%81.18%-
XYZ37.0351.4940.79-
YUV177.01117.8390.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.46%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=25.46%
G=42.16%
B=32.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071590.4000.230.19144.8846.0765.1
Hex7DCF9F2801713912e41
Octal175317237500272322156101
Binary1111101110011111001111110100001011110011100100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,159); }

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

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

 a { background-color: rgb(125,207,159); }

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

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

 span { border-color: rgb(125,207,159); }

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