#44B07D

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

Shades of Medium Sea Green #44B07D

Tints of Medium Sea Green #44B07D

Color information

#44B07D (or 0x44B07D) is unknown color: approx Medium Sea Green. HEX triplet: 44, B0 and 7D. RGB value is (68,176,125). Sum of RGB (Red+Green+Blue) = 68+176+125=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #44B07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B07D is #BB4F82. Grayscale: #898989. Windows color (decimal): -12275587 or 8237124. OLE color: 8237124.

HSL color Cylindrical-coordinate representation of color #44B07D: hue angle of 151.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44B07D is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB68176125-
CMYK0.6100.290.31
HSL151.67º44.26%47.84%-
HSV(B)151.67º61.36%69.02%-
XYZ21.6133.7624.78-
YUV137.89120.7278.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 176 (69.14% from 255) = 47.70%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=18.43%
G=47.70%
B=33.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681761250.6100.290.31151.6744.2647.84
Hex44B07D3D01D1F982c30
Octal10426017575035372305460
Binary10001001011000011111011111010111011111110011000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,125); }

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

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

 a { background-color: rgb(68,176,125); }

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

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

 span { border-color: rgb(68,176,125); }

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