#45B97B

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

Shades of Medium Sea Green #45B97B

Tints of Medium Sea Green #45B97B

Color information

#45B97B (or 0x45B97B) is unknown color: approx Medium Sea Green. HEX triplet: 45, B9 and 7B. RGB value is (69,185,123). Sum of RGB (Red+Green+Blue) = 69+185+123=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 185 - color contains mainly: green. Hex color #45B97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B97B is #BA4684. Grayscale: #8F8F8F. Windows color (decimal): -12207749 or 8108357. OLE color: 8108357.

HSL color Cylindrical-coordinate representation of color #45B97B: hue angle of 147.93º 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 #45B97B is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB69185123-
CMYK0.6300.340.27
HSL147.93º45.67%49.8%-
HSV(B)147.93º62.7%72.55%-
XYZ23.3837.3924.72-
YUV143.25116.5775.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 185 (72.66% from 255) = 49.07%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=18.30%
G=49.07%
B=32.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691851230.6300.340.27147.9345.6749.8
Hex45B97B3F0221B942e32
Octal10527117377042332245662
Binary100010110111001111101111111101000101101110010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,185,123); }

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

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

 a { background-color: rgb(69,185,123); }

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

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

 span { border-color: rgb(69,185,123); }

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