#7FBFA0

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

Shades of Padua #7FBFA0

Tints of Padua #7FBFA0

Color information

#7FBFA0 (or 0x7FBFA0) is unknown color: approx Padua. HEX triplet: 7F, BF and A0. RGB value is (127,191,160). Sum of RGB (Red+Green+Blue) = 127+191+160=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBFA0 is #80405F. Grayscale: #A8A8A8. Windows color (decimal): -8405088 or 10534783. OLE color: 10534783.

HSL color Cylindrical-coordinate representation of color #7FBFA0: hue angle of 150.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBFA0 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB127191160-
CMYK0.3400.160.25
HSL150.94º33.33%62.35%-
HSV(B)150.94º33.51%74.9%-
XYZ33.7344.3140.03-
YUV168.33123.398.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 191 (75% from 255) = 39.96%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=26.57%
G=39.96%
B=33.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911600.3400.160.25150.9433.3362.35
Hex7FBFA0220101997213e
Octal17727724042020312274176
Binary111111110111111101000001000100100001100110010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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