#7FC3A4

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

Shades of Padua #7FC3A4

Tints of Padua #7FC3A4

Color information

#7FC3A4 (or 0x7FC3A4) is unknown color: approx Padua. HEX triplet: 7F, C3 and A4. RGB value is (127,195,164). Sum of RGB (Red+Green+Blue) = 127+195+164=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC3A4 is #803C5B. Grayscale: #ABABAB. Windows color (decimal): -8404060 or 10797951. OLE color: 10797951.

HSL color Cylindrical-coordinate representation of color #7FC3A4: hue angle of 152.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC3A4 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB127195164-
CMYK0.3500.160.24
HSL152.65º36.17%63.14%-
HSV(B)152.65º34.87%76.47%-
XYZ34.9746.2242.2-
YUV171.13123.9796.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=26.13%
G=40.12%
B=33.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271951640.3500.160.24152.6536.1763.14
Hex7FC3A4230101899243f
Octal17730324443020302314477
Binary111111111000011101001001000110100001100010011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,164); }

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

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

 a { background-color: rgb(127,195,164); }

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

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

 span { border-color: rgb(127,195,164); }

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