Html Css Color HEX #48BE92 Shamrock

📋 copy color: '#48BE92'

red 72 ◦ green 190 ◦ blue 146

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

Shades of Shamrock #48BE92

Tints of Shamrock #48BE92

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.57%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 17.65%
G = 46.57%
B = 35.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#48BE92 (or 0x48BE92) is known color: Shamrock. HEX triplet: 48, BE and 92. RGB value is (72,190,146). Sum of RGB (Red+Green+Blue) = 72+190+146=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BE92 is #B7416D. Grayscale: #959595. Windows color (decimal): -12009838 or 9616968. OLE color: 9616968.

HSL color Cylindrical-coordinate representation of color #48BE92: hue angle of 157.63º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE92 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 146 -
CMYK 0.62 0 0.23 0.25
HSL 157.63º 0.48% 0.51% -
HSV(B) 157.63º 0.62% 0.75% -
XYZ 26.27 40.28 33.58 -
YUV 149.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 72 190 146 0.62 0 0.23 0.25 157.63 0.48 0.51
Hex 48 BE 92 3E 0 17 19 9E 30 33
Octal 110 276 222 76 0 27 31 236 60 63
Binary 1001000 10111110 10010010 111110 0 10111 11001 10011110 110000 110011

Color Harmonies of #48BE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE92

Black with #48BE92

Text Example


Text Example

White with #48BE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,190,146); }

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

background-color css

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

 a { background-color: rgb(72,190,146); }

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

border-color css

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

 span { border-color: rgb(72,190,146); }

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