#45BE7A

Color #45BE7A Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #45BE7A

Tints of Medium Sea Green #45BE7A

Color information

#45BE7A (or 0x45BE7A) is unknown color: approx Medium Sea Green. HEX triplet: 45, BE and 7A. RGB value is (69,190,122). Sum of RGB (Red+Green+Blue) = 69+190+122=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BE7A is #BA4185. Grayscale: #929292. Windows color (decimal): -12206470 or 8044101. OLE color: 8044101.

HSL color Cylindrical-coordinate representation of color #45BE7A: hue angle of 146.28º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45BE7A is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB69190122-
CMYK0.6400.360.25
HSL146.28º48.21%50.78%-
HSV(B)146.28º63.68%74.51%-
XYZ24.3839.524.75-
YUV146.07114.4173.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=18.11%
G=49.87%
B=32.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691901220.6400.360.25146.2848.2150.78
Hex45BE7A4002419923033
Octal105276172100044312226063
Binary1000101101111101111010100000001001001100110010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45BE7A; }

 p { color: rgb(69,190,122); }

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

<style>
 a { background-color: #45BE7A; }

 a { background-color: rgb(69,190,122); }

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

<style>
 span { border-color: #45BE7A; }

 span { border-color: rgb(69,190,122); }

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