#28BD55

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

Shades of Medium Sea Green #28BD55

Tints of Medium Sea Green #28BD55

Color information

#28BD55 (or 0x28BD55) is unknown color: approx Medium Sea Green. HEX triplet: 28, BD and 55. RGB value is (40,189,85). Sum of RGB (Red+Green+Blue) = 40+189+85=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BD55 is #D742AA. Grayscale: #848484. Windows color (decimal): -14107307 or 5618984. OLE color: 5618984.

HSL color Cylindrical-coordinate representation of color #28BD55: hue angle of 138.12º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BD55 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB4018985-
CMYK0.7900.550.26
HSL138.12º65.07%44.9%-
HSV(B)138.12º78.84%74.12%-
XYZ20.7137.514.74-
YUV132.59101.1461.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 189 (74.22% from 255) = 60.19%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=12.74%
G=60.19%
B=27.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40189850.7900.550.26138.1265.0744.9
Hex28BD554F0371A8a412d
Octal502751251170673221210155
Binary1010001011110110101011001111011011111010100010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,189,85); }

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

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

 a { background-color: rgb(40,189,85); }

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

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

 span { border-color: rgb(40,189,85); }

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