#7FCA9A

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

Shades of Padua #7FCA9A

Tints of Padua #7FCA9A

Color information

#7FCA9A (or 0x7FCA9A) is unknown color: approx Padua. HEX triplet: 7F, CA and 9A. RGB value is (127,202,154). Sum of RGB (Red+Green+Blue) = 127+202+154=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA9A is #803565. Grayscale: #AEAEAE. Windows color (decimal): -8402278 or 10144383. OLE color: 10144383.

HSL color Cylindrical-coordinate representation of color #7FCA9A: hue angle of 141.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA9A is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB127202154-
CMYK0.3700.240.21
HSL141.6º41.44%64.51%-
HSV(B)141.6º37.13%79.22%-
XYZ35.7149.0938.16-
YUV174.1116.6594.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=26.29%
G=41.82%
B=31.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021540.3700.240.21141.641.4464.51
Hex7FCA9A25018158e2941
Octal177312232450302521651101
Binary1111111110010101001101010010101100010101100011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,154); }

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

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

 a { background-color: rgb(127,202,154); }

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

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

 span { border-color: rgb(127,202,154); }

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