#45BA82

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

Shades of Medium Sea Green #45BA82

Tints of Medium Sea Green #45BA82

Color information

#45BA82 (or 0x45BA82) is unknown color: approx Medium Sea Green. HEX triplet: 45, BA and 82. RGB value is (69,186,130). Sum of RGB (Red+Green+Blue) = 69+186+130=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45BA82 is #BA457D. Grayscale: #909090. Windows color (decimal): -12207486 or 8567365. OLE color: 8567365.

HSL color Cylindrical-coordinate representation of color #45BA82: hue angle of 151.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BA82 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB69186130-
CMYK0.6300.300.27
HSL151.28º45.88%50%-
HSV(B)151.28º62.9%72.94%-
XYZ24.0437.9927.19-
YUV144.63119.7474.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 186 (73.05% from 255) = 48.31%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=17.92%
G=48.31%
B=33.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691861300.6300.300.27151.2845.8850
Hex45BA823F01E1B972e32
Octal10527220277036332275662
Binary100010110111010100000101111110111101101110010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,186,130); }

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

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

 a { background-color: rgb(69,186,130); }

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

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

 span { border-color: rgb(69,186,130); }

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