Html Css Color HEX #48B87D Medium Sea Green

📋 copy color: '#48B87D'

red 72 ◦ green 184 ◦ blue 125

#48B87D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #48B87D

Tints of Medium Sea Green #48B87D

RGB

 RED value IS 72 (28.52% from 255) = 18.9%

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 18.9%
G = 48.29%
B = 32.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#48B87D (or 0x48B87D) is known color: Medium Sea Green. HEX triplet: 48, B8 and 7D. RGB value is (72,184,125). Sum of RGB (Red+Green+Blue) = 72+184+125=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #48B87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B87D is #B74782. Grayscale: #8F8F8F. Windows color (decimal): -12011395 or 8239176. OLE color: 8239176.

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

Color convert

RGB 72 184 125 -
CMYK 0.61 0 0.32 0.28
HSL 148.39º 0.44% 0.5% -
HSV(B) 148.39º 0.61% 0.72% -
XYZ 23.51 37.14 25.33 -
YUV 143.79 117.39 76.8 -
System Red Green Blue C M Y K H S L
Decimal 72 184 125 0.61 0 0.32 0.28 148.39 0.44 0.5
Hex 48 B8 7D 3D 0 20 1C 94 2C 32
Octal 110 270 175 75 0 40 34 224 54 62
Binary 1001000 10111000 1111101 111101 0 100000 11100 10010100 101100 110010

Color Harmonies of #48B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B87D

Black with #48B87D

Text Example


Text Example

White with #48B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48B87D;
 }
 .AnyTagClassName
 {
   color: #48B87D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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