#48BB65

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

Shades of Medium Sea Green #48BB65

Tints of Medium Sea Green #48BB65

Color information

#48BB65 (or 0x48BB65) is unknown color: approx Medium Sea Green. HEX triplet: 48, BB and 65. RGB value is (72,187,101). Sum of RGB (Red+Green+Blue) = 72+187+101=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BB65 is #B7449A. Grayscale: #8F8F8F. Windows color (decimal): -12010651 or 6667080. OLE color: 6667080.

HSL color Cylindrical-coordinate representation of color #48BB65: hue angle of 135.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BB65 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB72187101-
CMYK0.6100.460.27
HSL135.13º45.82%50.78%-
HSV(B)135.13º61.5%73.33%-
XYZ22.7937.8618.42-
YUV142.81104.477.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 187 (73.44% from 255) = 51.94%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=20%
G=51.94%
B=28.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721871010.6100.460.27135.1345.8250.78
Hex48BB653D02E1B872e33
Octal11027314575056332075663
Binary100100010111011110010111110101011101101110000111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,101); }

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

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

 a { background-color: rgb(72,187,101); }

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

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

 span { border-color: rgb(72,187,101); }

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