#7FC6A3

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

Shades of Padua #7FC6A3

Tints of Padua #7FC6A3

Color information

#7FC6A3 (or 0x7FC6A3) is unknown color: approx Padua. HEX triplet: 7F, C6 and A3. RGB value is (127,198,163). Sum of RGB (Red+Green+Blue) = 127+198+163=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC6A3 is #80395C. Grayscale: #ACACAC. Windows color (decimal): -8403293 or 10733183. OLE color: 10733183.

HSL color Cylindrical-coordinate representation of color #7FC6A3: hue angle of 150.42º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC6A3 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB127198163-
CMYK0.3600.180.22
HSL150.42º38.38%63.73%-
HSV(B)150.42º35.86%77.65%-
XYZ35.5647.5441.95-
YUV172.78122.4895.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 163 (64.06% from 255) = 33.40%
R=26.02%
G=40.57%
B=33.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981630.3600.180.22150.4238.3863.73
Hex7FC6A32401216962640
Octal177306243440222622646100
Binary1111111110001101010001110010001001010110100101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,198,163); }

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

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

 a { background-color: rgb(127,198,163); }

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

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

 span { border-color: rgb(127,198,163); }

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