#7FBAA1

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

Shades of Padua #7FBAA1

Tints of Padua #7FBAA1

Color information

#7FBAA1 (or 0x7FBAA1) is unknown color: approx Padua. HEX triplet: 7F, BA and A1. RGB value is (127,186,161). Sum of RGB (Red+Green+Blue) = 127+186+161=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBAA1 is #80455E. Grayscale: #A5A5A5. Windows color (decimal): -8406367 or 10599039. OLE color: 10599039.

HSL color Cylindrical-coordinate representation of color #7FBAA1: hue angle of 154.58º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBAA1 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB127186161-
CMYK0.3200.130.27
HSL154.58º29.95%61.37%-
HSV(B)154.58º31.72%72.94%-
XYZ32.7442.240.14-
YUV165.51125.45100.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=26.79%
G=39.24%
B=33.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861610.3200.130.27154.5829.9561.37
Hex7FBAA1200D1B9b1e3d
Octal17727224140015332333675
Binary1111111101110101010000110000001101110111001101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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