#48B668

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

Shades of Medium Sea Green #48B668

Tints of Medium Sea Green #48B668

Color information

#48B668 (or 0x48B668) is unknown color: approx Medium Sea Green. HEX triplet: 48, B6 and 68. RGB value is (72,182,104). Sum of RGB (Red+Green+Blue) = 72+182+104=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #48B668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B668 is #B74997. Grayscale: #8C8C8C. Windows color (decimal): -12011928 or 6862408. OLE color: 6862408.

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

Color convert

RGB72182104-
CMYK0.6000.430.29
HSL137.45º43.31%49.8%-
HSV(B)137.45º60.44%71.37%-
XYZ21.935.8318.86-
YUV140.22107.5679.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 182 (71.48% from 255) = 50.84%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=20.11%
G=50.84%
B=29.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721821040.6000.430.29137.4543.3149.8
Hex48B6683C02B1D892b32
Octal11026615074053352115362
Binary100100010110110110100011110001010111110110001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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