#7FBE9E

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

Shades of Padua #7FBE9E

Tints of Padua #7FBE9E

Color information

#7FBE9E (or 0x7FBE9E) is unknown color: approx Padua. HEX triplet: 7F, BE and 9E. RGB value is (127,190,158). Sum of RGB (Red+Green+Blue) = 127+190+158=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE9E is #804161. Grayscale: #A7A7A7. Windows color (decimal): -8405346 or 10403455. OLE color: 10403455.

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

Color convert

RGB127190158-
CMYK0.3300.170.25
HSL149.52º32.64%62.16%-
HSV(B)149.52º33.16%74.51%-
XYZ33.3443.8139.05-
YUV167.52122.6399.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=26.74%
G=40%
B=33.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901580.3300.170.25149.5232.6462.16
Hex7FBE9E210111996213e
Octal17727623641021312264176
Binary111111110111110100111101000010100011100110010110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,190,158); }

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

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

 a { background-color: rgb(127,190,158); }

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

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

 span { border-color: rgb(127,190,158); }

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