#28AE70

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

Shades of Medium Sea Green #28AE70

Tints of Medium Sea Green #28AE70

Color information

#28AE70 (or 0x28AE70) is unknown color: approx Medium Sea Green. HEX triplet: 28, AE and 70. RGB value is (40,174,112). Sum of RGB (Red+Green+Blue) = 40+174+112=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AE70 is #D7518F. Grayscale: #7E7E7E. Windows color (decimal): -14111120 or 7384616. OLE color: 7384616.

HSL color Cylindrical-coordinate representation of color #28AE70: hue angle of 152.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE70 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB40174112-
CMYK0.7700.360.32
HSL152.24º62.62%41.96%-
HSV(B)152.24º77.01%68.24%-
XYZ18.9431.8920.49-
YUV126.87119.6166.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 174 (68.36% from 255) = 53.37%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=12.27%
G=53.37%
B=34.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal401741120.7700.360.32152.2462.6241.96
Hex28AE704D02420983f2a
Octal50256160115044402307752
Binary1010001010111011100001001101010010010000010011000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28AE70; }

 p { color: rgb(40,174,112); }

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

<style>
 a { background-color: #28AE70; }

 a { background-color: rgb(40,174,112); }

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

<style>
 span { border-color: #28AE70; }

 span { border-color: rgb(40,174,112); }

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