Html Css Color HEX #48BB71 Medium Sea Green

📋 copy color: '#48BB71'

red 72 ◦ green 187 ◦ blue 113

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

Shades of Medium Sea Green #48BB71

Tints of Medium Sea Green #48BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.27%

 BLUE value IS 113 (44.53% from 255) = 30.38%

R = 19.35%
G = 50.27%
B = 30.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#48BB71 (or 0x48BB71) is known color: Medium Sea Green. HEX triplet: 48, BB and 71. RGB value is (72,187,113). Sum of RGB (Red+Green+Blue) = 72+187+113=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #48BB71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BB71 is #B7448E. Grayscale: #909090. Windows color (decimal): -12010639 or 7453512. OLE color: 7453512.

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

Color convert

RGB 72 187 113 -
CMYK 0.61 0 0.40 0.27
HSL 141.39º 0.46% 0.51% -
HSV(B) 141.39º 0.61% 0.73% -
XYZ 23.42 38.11 21.74 -
YUV 144.18 110.4 76.52 -
System Red Green Blue C M Y K H S L
Decimal 72 187 113 0.61 0 0.40 0.27 141.39 0.46 0.51
Hex 48 BB 71 3D 0 28 1B 8D 2E 33
Octal 110 273 161 75 0 50 33 215 56 63
Binary 1001000 10111011 1110001 111101 0 101000 11011 10001101 101110 110011

Color Harmonies of #48BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BB71

Black with #48BB71

Text Example


Text Example

White with #48BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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