Html Css Color HEX #48B96B Medium Sea Green

📋 copy color: '#48B96B'

red 72 ◦ green 185 ◦ blue 107

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

Shades of Medium Sea Green #48B96B

Tints of Medium Sea Green #48B96B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.82%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 19.78%
G = 50.82%
B = 29.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#48B96B (or 0x48B96B) is known color: Medium Sea Green. HEX triplet: 48, B9 and 6B. RGB value is (72,185,107). Sum of RGB (Red+Green+Blue) = 72+185+107=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #48B96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48B96B is #B74694. Grayscale: #8E8E8E. Windows color (decimal): -12011157 or 7059784. OLE color: 7059784.

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

Color convert

RGB 72 185 107 -
CMYK 0.61 0 0.42 0.27
HSL 138.58º 0.45% 0.5% -
HSV(B) 138.58º 0.61% 0.73% -
XYZ 22.68 37.14 19.88 -
YUV 142.32 108.06 77.84 -
System Red Green Blue C M Y K H S L
Decimal 72 185 107 0.61 0 0.42 0.27 138.58 0.45 0.5
Hex 48 B9 6B 3D 0 2A 1B 8B 2D 32
Octal 110 271 153 75 0 52 33 213 55 62
Binary 1001000 10111001 1101011 111101 0 101010 11011 10001011 101101 110010

Color Harmonies of #48B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B96B

Black with #48B96B

Text Example


Text Example

White with #48B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,185,107); }

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

background-color css

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

 a { background-color: rgb(72,185,107); }

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

border-color css

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

 span { border-color: rgb(72,185,107); }

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