#48BA70

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

Shades of Medium Sea Green #48BA70

Tints of Medium Sea Green #48BA70

Color information

#48BA70 (or 0x48BA70) is unknown color: approx Medium Sea Green. HEX triplet: 48, BA and 70. RGB value is (72,186,112). Sum of RGB (Red+Green+Blue) = 72+186+112=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BA70 is #B7458F. Grayscale: #8F8F8F. Windows color (decimal): -12010896 or 7387720. OLE color: 7387720.

HSL color Cylindrical-coordinate representation of color #48BA70: hue angle of 141.05º degrees, saturation: 0.45, 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 #48BA70 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB72186112-
CMYK0.6100.400.27
HSL141.05º45.24%50.59%-
HSV(B)141.05º61.29%72.94%-
XYZ23.1637.6721.38-
YUV143.48110.2377.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=19.46%
G=50.27%
B=30.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721861120.6100.400.27141.0545.2450.59
Hex48BA703D0281B8d2d33
Octal11027216075050332155563
Binary100100010111010111000011110101010001101110001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,186,112); }

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

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

 a { background-color: rgb(72,186,112); }

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

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

 span { border-color: rgb(72,186,112); }

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