#44BF72

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

Shades of Medium Sea Green #44BF72

Tints of Medium Sea Green #44BF72

Color information

#44BF72 (or 0x44BF72) is unknown color: approx Medium Sea Green. HEX triplet: 44, BF and 72. RGB value is (68,191,114). Sum of RGB (Red+Green+Blue) = 68+191+114=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BF72 is #BB408D. Grayscale: #919191. Windows color (decimal): -12271758 or 7520068. OLE color: 7520068.

HSL color Cylindrical-coordinate representation of color #44BF72: hue angle of 142.44º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BF72 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB68191114-
CMYK0.6400.400.25
HSL142.44º49%50.78%-
HSV(B)142.44º64.4%74.9%-
XYZ24.0539.7122.32-
YUV145.44110.2572.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 191 (75% from 255) = 51.21%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=18.23%
G=51.21%
B=30.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681911140.6400.400.25142.444950.78
Hex44BF7240028198e3133
Octal104277162100050312166163
Binary1000100101111111110010100000001010001100110001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,191,114); }

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

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

 a { background-color: rgb(68,191,114); }

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

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

 span { border-color: rgb(68,191,114); }

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