Html Css Color HEX #48E896 Shamrock

📋 copy color: '#48E896'

red 72 ◦ green 232 ◦ blue 150

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

Shades of Shamrock #48E896

Tints of Shamrock #48E896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 51.1%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 15.86%
G = 51.1%
B = 33.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#48E896 (or 0x48E896) is known color: Shamrock. HEX triplet: 48, E8 and 96. RGB value is (72,232,150). Sum of RGB (Red+Green+Blue) = 72+232+150=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #48E896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E896 is #B71769. Grayscale: #AEAEAE. Windows color (decimal): -11999082 or 9889864. OLE color: 9889864.

HSL color Cylindrical-coordinate representation of color #48E896: hue angle of 149.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E896 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 150 -
CMYK 0.69 0 0.35 0.09
HSL 149.25º 0.78% 0.6% -
HSV(B) 149.25º 0.69% 0.91% -
XYZ 37.03 61.29 38.73 -
YUV 174.81 113.99 54.67 -
System Red Green Blue C M Y K H S L
Decimal 72 232 150 0.69 0 0.35 0.09 149.25 0.78 0.6
Hex 48 E8 96 45 0 23 9 95 4E 3C
Octal 110 350 226 105 0 43 11 225 116 74
Binary 1001000 11101000 10010110 1000101 0 100011 1001 10010101 1001110 111100

Color Harmonies of #48E896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E896

Black with #48E896

Text Example


Text Example

White with #48E896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,232,150); }

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

background-color css

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

 a { background-color: rgb(72,232,150); }

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

border-color css

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

 span { border-color: rgb(72,232,150); }

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