#28C86C

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

Shades of Medium Sea Green #28C86C

Tints of Medium Sea Green #28C86C

Color information

#28C86C (or 0x28C86C) is unknown color: approx Medium Sea Green. HEX triplet: 28, C8 and 6C. RGB value is (40,200,108). Sum of RGB (Red+Green+Blue) = 40+200+108=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #28C86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C86C is #D73793. Grayscale: #8D8D8D. Windows color (decimal): -14104468 or 7129128. OLE color: 7129128.

HSL color Cylindrical-coordinate representation of color #28C86C: hue angle of 145.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C86C is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB40200108-
CMYK0.800.460.22
HSL145.5º66.67%47.06%-
HSV(B)145.5º80%78.43%-
XYZ24.2442.8421.18-
YUV141.67108.9955.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 200 (78.52% from 255) = 57.47%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=11.49%
G=57.47%
B=31.03%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal402001080.800.460.22145.566.6747.06
Hex28C86C5002E1692432f
Octal503101541200562622210357
Binary1010001100100011011001010000010111010110100100101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,200,108); }

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

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

 a { background-color: rgb(40,200,108); }

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

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

 span { border-color: rgb(40,200,108); }

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