#44AF82

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

Shades of Medium Sea Green #44AF82

Tints of Medium Sea Green #44AF82

Color information

#44AF82 (or 0x44AF82) is unknown color: approx Medium Sea Green. HEX triplet: 44, AF and 82. RGB value is (68,175,130). Sum of RGB (Red+Green+Blue) = 68+175+130=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF82 is #BB507D. Grayscale: #898989. Windows color (decimal): -12275838 or 8564548. OLE color: 8564548.

HSL color Cylindrical-coordinate representation of color #44AF82: hue angle of 154.77º 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 #44AF82 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB68175130-
CMYK0.6100.260.31
HSL154.77º44.03%47.65%-
HSV(B)154.77º61.14%68.63%-
XYZ21.7433.526.44-
YUV137.88123.5578.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.23%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=18.23%
G=46.92%
B=34.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681751300.6100.260.31154.7744.0347.65
Hex44AF823D01A1F9b2c30
Octal10425720275032372335460
Binary100010010101111100000101111010110101111110011011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,175,130); }

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

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

 a { background-color: rgb(68,175,130); }

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

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

 span { border-color: rgb(68,175,130); }

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