#44b470

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

Shades of Medium Sea Green #44B470

Tints of Medium Sea Green #44B470

Color information

#44B470 (or 0x44B470) is unknown color: approx Medium Sea Green. HEX triplet: 44, B4 and 70. RGB value is (68,180,112). Sum of RGB (Red+Green+Blue) = 68+180+112=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #44B470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B470 is #BB4B8F. Grayscale: #8A8A8A. Windows color (decimal): -12274576 or 7386180. OLE color: 7386180.

HSL color Cylindrical-coordinate representation of color #44B470: hue angle of 143.57º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B470 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB68180112-
CMYK0.6200.380.29
HSL143.57º45.16%48.63%-
HSV(B)143.57º62.22%70.59%-
XYZ21.6335.0420.95-
YUV138.76112.8977.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=18.89%
G=50%
B=31.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681801120.6200.380.29143.5745.1648.63
Hex44B4703E0261D902d31
Octal10426416076046352205561
Binary100010010110100111000011111001001101110110010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44b470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44b470; }

 p { color: rgb(68,180,112); }

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

<style>
 a { background-color: #44b470; }

 a { background-color: rgb(68,180,112); }

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

<style>
 span { border-color: #44b470; }

 span { border-color: rgb(68,180,112); }

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