#7FBC97

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

Shades of Padua #7FBC97

Tints of Padua #7FBC97

Color information

#7FBC97 (or 0x7FBC97) is unknown color: approx Padua. HEX triplet: 7F, BC and 97. RGB value is (127,188,151). Sum of RGB (Red+Green+Blue) = 127+188+151=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC97 is #804368. Grayscale: #A5A5A5. Windows color (decimal): -8405865 or 9944191. OLE color: 9944191.

HSL color Cylindrical-coordinate representation of color #7FBC97: hue angle of 143.61º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC97 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB127188151-
CMYK0.3200.200.26
HSL143.61º31.28%61.76%-
HSV(B)143.61º32.45%73.73%-
XYZ32.3242.7135.82-
YUV165.54119.79100.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=27.25%
G=40.34%
B=32.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881510.3200.200.26143.6131.2861.76
Hex7FBC97200141A901f3e
Octal17727422740024322203776
Binary11111111011110010010111100000010100110101001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,151); }

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

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

 a { background-color: rgb(127,188,151); }

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

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

 span { border-color: rgb(127,188,151); }

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