#7FBEA2

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

Shades of Padua #7FBEA2

Tints of Padua #7FBEA2

Color information

#7FBEA2 (or 0x7FBEA2) is unknown color: approx Padua. HEX triplet: 7F, BE and A2. RGB value is (127,190,162). Sum of RGB (Red+Green+Blue) = 127+190+162=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBEA2 is #80415D. Grayscale: #A8A8A8. Windows color (decimal): -8405342 or 10665599. OLE color: 10665599.

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

Color convert

RGB127190162-
CMYK0.3300.150.25
HSL153.33º32.64%62.16%-
HSV(B)153.33º33.16%74.51%-
XYZ33.6943.9540.89-
YUV167.97124.6398.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.51%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=26.51%
G=39.67%
B=33.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901620.3300.150.25153.3332.6462.16
Hex7FBEA2210F1999213e
Octal17727624241017312314176
Binary11111111011111010100010100001011111100110011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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