#48B875

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

Shades of Medium Sea Green #48B875

Tints of Medium Sea Green #48B875

Color information

#48B875 (or 0x48B875) is unknown color: approx Medium Sea Green. HEX triplet: 48, B8 and 75. RGB value is (72,184,117). Sum of RGB (Red+Green+Blue) = 72+184+117=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #48B875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B875 is #B7478A. Grayscale: #8F8F8F. Windows color (decimal): -12011403 or 7714888. OLE color: 7714888.

HSL color Cylindrical-coordinate representation of color #48B875: hue angle of 144.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B875 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB72184117-
CMYK0.6100.360.28
HSL144.11º44.09%50.2%-
HSV(B)144.11º60.87%72.16%-
XYZ23.0236.9422.75-
YUV142.87113.3977.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=19.30%
G=49.33%
B=31.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal721841170.6100.360.28144.1144.0950.2
Hex48B8753D0241C902c32
Octal11027016575044342205462
Binary100100010111000111010111110101001001110010010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,184,117); }

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

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

 a { background-color: rgb(72,184,117); }

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

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

 span { border-color: rgb(72,184,117); }

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