#7DCF9A

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

Shades of Padua #7DCF9A

Tints of Padua #7DCF9A

Color information

#7DCF9A (or 0x7DCF9A) is unknown color: approx Padua. HEX triplet: 7D, CF and 9A. RGB value is (125,207,154). Sum of RGB (Red+Green+Blue) = 125+207+154=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCF9A is #823065. Grayscale: #B0B0B0. Windows color (decimal): -8532070 or 10145661. OLE color: 10145661.

HSL color Cylindrical-coordinate representation of color #7DCF9A: hue angle of 141.22º 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 #7DCF9A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB125207154-
CMYK0.4000.260.19
HSL141.22º46.07%65.1%-
HSV(B)141.22º39.61%81.18%-
XYZ36.651.3238.55-
YUV176.44115.3391.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.72%
GREEN value IS 207 (81.25% from 255) = 42.59%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=25.72%
G=42.59%
B=31.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071540.4000.260.19141.2246.0765.1
Hex7DCF9A2801A138d2e41
Octal175317232500322321556101
Binary1111101110011111001101010100001101010011100011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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