#7FCDA0

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

Shades of Padua #7FCDA0

Tints of Padua #7FCDA0

Color information

#7FCDA0 (or 0x7FCDA0) is unknown color: approx Padua. HEX triplet: 7F, CD and A0. RGB value is (127,205,160). Sum of RGB (Red+Green+Blue) = 127+205+160=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCDA0 is #80325F. Grayscale: #B0B0B0. Windows color (decimal): -8401504 or 10538367. OLE color: 10538367.

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

Color convert

RGB127205160-
CMYK0.3800.220.20
HSL145.38º43.82%65.1%-
HSV(B)145.38º38.05%80.39%-
XYZ36.9350.7141.1-
YUV176.55118.6692.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 160 (62.89% from 255) = 32.52%
R=25.81%
G=41.67%
B=32.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051600.3800.220.20145.3843.8265.1
Hex7FCDA02601614912c41
Octal177315240460262422154101
Binary1111111110011011010000010011001011010100100100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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