#7FCD9B

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

Shades of Padua #7FCD9B

Tints of Padua #7FCD9B

Color information

#7FCD9B (or 0x7FCD9B) is unknown color: approx Padua. HEX triplet: 7F, CD and 9B. RGB value is (127,205,155). Sum of RGB (Red+Green+Blue) = 127+205+155=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD9B is #803264. Grayscale: #B0B0B0. Windows color (decimal): -8401509 or 10210687. OLE color: 10210687.

HSL color Cylindrical-coordinate representation of color #7FCD9B: hue angle of 141.54º 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 #7FCD9B is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB127205155-
CMYK0.3800.240.20
HSL141.54º43.82%65.1%-
HSV(B)141.54º38.05%80.39%-
XYZ36.550.5438.84-
YUV175.98116.1693.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.08%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=26.08%
G=42.09%
B=31.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051550.3800.240.20141.5443.8265.1
Hex7FCD9B26018148e2c41
Octal177315233460302421654101
Binary1111111110011011001101110011001100010100100011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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