#48B66C

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

Shades of Medium Sea Green #48B66C

Tints of Medium Sea Green #48B66C

Color information

#48B66C (or 0x48B66C) is unknown color: approx Medium Sea Green. HEX triplet: 48, B6 and 6C. RGB value is (72,182,108). Sum of RGB (Red+Green+Blue) = 72+182+108=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #48B66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B66C is #B74993. Grayscale: #8C8C8C. Windows color (decimal): -12011924 or 7124552. OLE color: 7124552.

HSL color Cylindrical-coordinate representation of color #48B66C: hue angle of 139.64º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B66C is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB72182108-
CMYK0.6000.410.29
HSL139.64º43.31%49.8%-
HSV(B)139.64º60.44%71.37%-
XYZ22.1135.9219.95-
YUV140.67109.5679.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=19.89%
G=50.28%
B=29.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721821080.6000.410.29139.6443.3149.8
Hex48B66C3C0291D8c2b32
Octal11026615474051352145362
Binary100100010110110110110011110001010011110110001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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