#7FC4A0

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

Shades of Padua #7FC4A0

Tints of Padua #7FC4A0

Color information

#7FC4A0 (or 0x7FC4A0) is unknown color: approx Padua. HEX triplet: 7F, C4 and A0. RGB value is (127,196,160). Sum of RGB (Red+Green+Blue) = 127+196+160=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC4A0 is #803B5F. Grayscale: #ABABAB. Windows color (decimal): -8403808 or 10536063. OLE color: 10536063.

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

Color convert

RGB127196160-
CMYK0.3500.180.23
HSL148.7º36.9%63.33%-
HSV(B)148.7º35.2%76.86%-
XYZ34.8446.5340.4-
YUV171.26121.6496.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 160 (62.89% from 255) = 33.13%
R=26.29%
G=40.58%
B=33.13%

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
Decimal1271961600.3500.180.23148.736.963.33
Hex7FC4A0230121795253f
Octal17730424043022272254577
Binary111111111000100101000001000110100101011110010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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