#48B66E

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

Shades of Medium Sea Green #48B66E

Tints of Medium Sea Green #48B66E

Color information

#48B66E (or 0x48B66E) is unknown color: approx Medium Sea Green. HEX triplet: 48, B6 and 6E. RGB value is (72,182,110). Sum of RGB (Red+Green+Blue) = 72+182+110=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #48B66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B66E is #B74991. Grayscale: #8D8D8D. Windows color (decimal): -12011922 or 7255624. OLE color: 7255624.

HSL color Cylindrical-coordinate representation of color #48B66E: hue angle of 140.73º 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 #48B66E is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB72182110-
CMYK0.6000.400.29
HSL140.73º43.31%49.8%-
HSV(B)140.73º60.44%71.37%-
XYZ22.2135.9620.52-
YUV140.9110.5678.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=19.78%
G=50%
B=30.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721821100.6000.400.29140.7343.3149.8
Hex48B66E3C0281D8d2b32
Octal11026615674050352155362
Binary100100010110110110111011110001010001110110001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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