#7FC4A3

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

Shades of Padua #7FC4A3

Tints of Padua #7FC4A3

Color information

#7FC4A3 (or 0x7FC4A3) is unknown color: approx Padua. HEX triplet: 7F, C4 and A3. RGB value is (127,196,163). Sum of RGB (Red+Green+Blue) = 127+196+163=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC4A3 is #803B5C. Grayscale: #ABABAB. Windows color (decimal): -8403805 or 10732671. OLE color: 10732671.

HSL color Cylindrical-coordinate representation of color #7FC4A3: hue angle of 151.3º 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 #7FC4A3 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB127196163-
CMYK0.3500.170.23
HSL151.3º36.9%63.33%-
HSV(B)151.3º35.2%76.86%-
XYZ35.146.6441.8-
YUV171.61123.1496.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=26.13%
G=40.33%
B=33.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961630.3500.170.23151.336.963.33
Hex7FC4A3230111797253f
Octal17730424343021272274577
Binary111111111000100101000111000110100011011110010111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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