#48B86C

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

Shades of Medium Sea Green #48B86C

Tints of Medium Sea Green #48B86C

Color information

#48B86C (or 0x48B86C) is unknown color: approx Medium Sea Green. HEX triplet: 48, B8 and 6C. RGB value is (72,184,108). Sum of RGB (Red+Green+Blue) = 72+184+108=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #48B86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B86C is #B74793. Grayscale: #8E8E8E. Windows color (decimal): -12011412 or 7125064. OLE color: 7125064.

HSL color Cylindrical-coordinate representation of color #48B86C: hue angle of 139.29º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B86C is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB72184108-
CMYK0.6100.410.28
HSL139.29º44.09%50.2%-
HSV(B)139.29º60.87%72.16%-
XYZ22.5236.7420.09-
YUV141.85108.8978.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 184 (72.27% from 255) = 50.55%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=19.78%
G=50.55%
B=29.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721841080.6100.410.28139.2944.0950.2
Hex48B86C3D0291C8b2c32
Octal11027015475051342135462
Binary100100010111000110110011110101010011110010001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B86C; }

 p { color: rgb(72,184,108); }

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

<style>
 a { background-color: #48B86C; }

 a { background-color: rgb(72,184,108); }

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

<style>
 span { border-color: #48B86C; }

 span { border-color: rgb(72,184,108); }

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