#45B776

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

Shades of Medium Sea Green #45B776

Tints of Medium Sea Green #45B776

Color information

#45B776 (or 0x45B776) is unknown color: approx Medium Sea Green. HEX triplet: 45, B7 and 76. RGB value is (69,183,118). Sum of RGB (Red+Green+Blue) = 69+183+118=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #45B776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B776 is #BA4889. Grayscale: #8D8D8D. Windows color (decimal): -12208266 or 7780165. OLE color: 7780165.

HSL color Cylindrical-coordinate representation of color #45B776: hue angle of 145.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45B776 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB69183118-
CMYK0.6200.360.28
HSL145.79º45.24%49.41%-
HSV(B)145.79º62.3%71.76%-
XYZ22.6636.4422.98-
YUV141.5114.7376.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=18.65%
G=49.46%
B=31.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal691831180.6200.360.28145.7945.2449.41
Hex45B7763E0241C922d31
Octal10526716676044342225561
Binary100010110110111111011011111001001001110010010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,183,118); }

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

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

 a { background-color: rgb(69,183,118); }

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

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

 span { border-color: rgb(69,183,118); }

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