#28BC60

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

Shades of Medium Sea Green #28BC60

Tints of Medium Sea Green #28BC60

Color information

#28BC60 (or 0x28BC60) is unknown color: approx Medium Sea Green. HEX triplet: 28, BC and 60. RGB value is (40,188,96). Sum of RGB (Red+Green+Blue) = 40+188+96=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BC60 is #D7439F. Grayscale: #858585. Windows color (decimal): -14107552 or 6339624. OLE color: 6339624.

HSL color Cylindrical-coordinate representation of color #28BC60: hue angle of 142.7º 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 #28BC60 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB4018896-
CMYK0.7900.490.26
HSL142.7º64.91%44.71%-
HSV(B)142.7º78.72%73.73%-
XYZ20.9737.2617.15-
YUV133.26106.9761.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.35%
GREEN value IS 188 (73.83% from 255) = 58.02%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=12.35%
G=58.02%
B=29.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40188960.7900.490.26142.764.9144.71
Hex28BC604F0311A8f412d
Octal502741401170613221710155
Binary1010001011110011000001001111011000111010100011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,188,96); }

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

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

 a { background-color: rgb(40,188,96); }

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

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

 span { border-color: rgb(40,188,96); }

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