#48B67B

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

Shades of Medium Sea Green #48B67B

Tints of Medium Sea Green #48B67B

Color information

#48B67B (or 0x48B67B) is unknown color: approx Medium Sea Green. HEX triplet: 48, B6 and 7B. RGB value is (72,182,123). Sum of RGB (Red+Green+Blue) = 72+182+123=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #48B67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B67B is #B74984. Grayscale: #8E8E8E. Windows color (decimal): -12011909 or 8107592. OLE color: 8107592.

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

Color convert

RGB72182123-
CMYK0.6000.320.29
HSL147.82º43.31%49.8%-
HSV(B)147.82º60.44%71.37%-
XYZ22.9836.2624.53-
YUV142.38117.0677.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=19.10%
G=48.28%
B=32.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721821230.6000.320.29147.8243.3149.8
Hex48B67B3C0201D942b32
Octal11026617374040352245362
Binary100100010110110111101111110001000001110110010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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