#45BD7E

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

Shades of Medium Sea Green #45BD7E

Tints of Medium Sea Green #45BD7E

Color information

#45BD7E (or 0x45BD7E) is unknown color: approx Medium Sea Green. HEX triplet: 45, BD and 7E. RGB value is (69,189,126). Sum of RGB (Red+Green+Blue) = 69+189+126=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD7E is #BA4281. Grayscale: #929292. Windows color (decimal): -12206722 or 8305989. OLE color: 8305989.

HSL color Cylindrical-coordinate representation of color #45BD7E: hue angle of 148.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD7E is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB69189126-
CMYK0.6300.330.26
HSL148.5º47.62%50.59%-
HSV(B)148.5º63.49%74.12%-
XYZ24.4239.1726.01-
YUV145.94116.7473.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.97%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=17.97%
G=49.22%
B=32.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691891260.6300.330.26148.547.6250.59
Hex45BD7E3F0211A943033
Octal10527517677041322246063
Binary100010110111101111111011111101000011101010010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,189,126); }

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

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

 a { background-color: rgb(69,189,126); }

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

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

 span { border-color: rgb(69,189,126); }

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