#7FBFA1

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

Shades of Padua #7FBFA1

Tints of Padua #7FBFA1

Color information

#7FBFA1 (or 0x7FBFA1) is unknown color: approx Padua. HEX triplet: 7F, BF and A1. RGB value is (127,191,161). Sum of RGB (Red+Green+Blue) = 127+191+161=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBFA1 is #80405E. Grayscale: #A8A8A8. Windows color (decimal): -8405087 or 10600319. OLE color: 10600319.

HSL color Cylindrical-coordinate representation of color #7FBFA1: hue angle of 151.88º 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 #7FBFA1 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB127191161-
CMYK0.3400.160.25
HSL151.88º33.33%62.35%-
HSV(B)151.88º33.51%74.9%-
XYZ33.8244.3540.5-
YUV168.44123.898.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.51%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=26.51%
G=39.87%
B=33.61%

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
Decimal1271911610.3400.160.25151.8833.3362.35
Hex7FBFA1220101998213e
Octal17727724142020312304176
Binary111111110111111101000011000100100001100110011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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