#7FCD9A

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

Shades of Padua #7FCD9A

Tints of Padua #7FCD9A

Color information

#7FCD9A (or 0x7FCD9A) is unknown color: approx Padua. HEX triplet: 7F, CD and 9A. RGB value is (127,205,154). Sum of RGB (Red+Green+Blue) = 127+205+154=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD9A is #803265. Grayscale: #AFAFAF. Windows color (decimal): -8401510 or 10145151. OLE color: 10145151.

HSL color Cylindrical-coordinate representation of color #7FCD9A: hue angle of 140.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD9A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB127205154-
CMYK0.3800.250.20
HSL140.77º43.82%65.1%-
HSV(B)140.77º38.05%80.39%-
XYZ36.4250.5138.4-
YUV175.86115.6693.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=26.13%
G=42.18%
B=31.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051540.3800.250.20140.7743.8265.1
Hex7FCD9A26019148d2c41
Octal177315232460312421554101
Binary1111111110011011001101010011001100110100100011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,154); }

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

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

 a { background-color: rgb(127,205,154); }

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

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

 span { border-color: rgb(127,205,154); }

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