#45BD7A

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

Shades of Medium Sea Green #45BD7A

Tints of Medium Sea Green #45BD7A

Color information

#45BD7A (or 0x45BD7A) is unknown color: approx Medium Sea Green. HEX triplet: 45, BD and 7A. RGB value is (69,189,122). Sum of RGB (Red+Green+Blue) = 69+189+122=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD7A is #BA4285. Grayscale: #919191. Windows color (decimal): -12206726 or 8043845. OLE color: 8043845.

HSL color Cylindrical-coordinate representation of color #45BD7A: hue angle of 146.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 #45BD7A is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB69189122-
CMYK0.6300.350.26
HSL146.5º47.62%50.59%-
HSV(B)146.5º63.49%74.12%-
XYZ24.1639.0724.68-
YUV145.48114.7473.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=18.16%
G=49.74%
B=32.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691891220.6300.350.26146.547.6250.59
Hex45BD7A3F0231A923033
Octal10527517277043322226063
Binary100010110111101111101011111101000111101010010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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