#7FC6A1

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

Shades of Padua #7FC6A1

Tints of Padua #7FC6A1

Color information

#7FC6A1 (or 0x7FC6A1) is unknown color: approx Padua. HEX triplet: 7F, C6 and A1. RGB value is (127,198,161). Sum of RGB (Red+Green+Blue) = 127+198+161=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC6A1 is #80395E. Grayscale: #ACACAC. Windows color (decimal): -8403295 or 10602111. OLE color: 10602111.

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

Color convert

RGB127198161-
CMYK0.3600.190.22
HSL148.73º38.38%63.73%-
HSV(B)148.73º35.86%77.65%-
XYZ35.3847.4741.02-
YUV172.55121.4895.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 198 (77.73% from 255) = 40.74%
BLUE value IS 161 (63.28% from 255) = 33.13%
R=26.13%
G=40.74%
B=33.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271981610.3600.190.22148.7338.3863.73
Hex7FC6A12401316952640
Octal177306241440232622546100
Binary1111111110001101010000110010001001110110100101011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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