#7FC4A1

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

Shades of Padua #7FC4A1

Tints of Padua #7FC4A1

Color information

#7FC4A1 (or 0x7FC4A1) is unknown color: approx Padua. HEX triplet: 7F, C4 and A1. RGB value is (127,196,161). Sum of RGB (Red+Green+Blue) = 127+196+161=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC4A1 is #803B5E. Grayscale: #ABABAB. Windows color (decimal): -8403807 or 10601599. OLE color: 10601599.

HSL color Cylindrical-coordinate representation of color #7FC4A1: hue angle of 149.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC4A1 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB127196161-
CMYK0.3500.180.23
HSL149.57º36.9%63.33%-
HSV(B)149.57º35.2%76.86%-
XYZ34.9346.5740.87-
YUV171.38122.1496.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=26.24%
G=40.50%
B=33.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961610.3500.180.23149.5736.963.33
Hex7FC4A1230121796253f
Octal17730424143022272264577
Binary111111111000100101000011000110100101011110010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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