#7FA893

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

Shades of Padua #7FA893

Tints of Padua #7FA893

Color information

#7FA893 (or 0x7FA893) is unknown color: approx Padua. HEX triplet: 7F, A8 and 93. RGB value is (127,168,147). Sum of RGB (Red+Green+Blue) = 127+168+147=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA893 is #80576C. Grayscale: #999999. Windows color (decimal): -8410989 or 9676927. OLE color: 9676927.

HSL color Cylindrical-coordinate representation of color #7FA893: hue angle of 149.27º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA893 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB127168147-
CMYK0.2400.130.34
HSL149.27º19.07%57.84%-
HSV(B)149.27º24.4%65.88%-
XYZ28.0234.6232.81-
YUV153.35124.42109.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.73%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=28.73%
G=38.01%
B=33.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681470.2400.130.34149.2719.0757.84
Hex7FA893180D2295133a
Octal17725022330015422252372
Binary1111111101010001001001111000011011000101001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,147); }

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

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

 a { background-color: rgb(127,168,147); }

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

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

 span { border-color: rgb(127,168,147); }

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