Html Css Color HEX #48E596 Shamrock

📋 copy color: '#48E596'

red 72 ◦ green 229 ◦ blue 150

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

Shades of Shamrock #48E596

Tints of Shamrock #48E596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.78%

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

R = 15.96%
G = 50.78%
B = 33.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#48E596 (or 0x48E596) is known color: Shamrock. HEX triplet: 48, E5 and 96. RGB value is (72,229,150). Sum of RGB (Red+Green+Blue) = 72+229+150=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #48E596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E596 is #B71A69. Grayscale: #ADADAD. Windows color (decimal): -11999850 or 9889096. OLE color: 9889096.

HSL color Cylindrical-coordinate representation of color #48E596: hue angle of 149.81º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E596 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 229 150 -
CMYK 0.69 0 0.34 0.10
HSL 149.81º 0.75% 0.59% -
HSV(B) 149.81º 0.69% 0.9% -
XYZ 36.2 59.62 38.45 -
YUV 173.05 114.99 55.92 -
System Red Green Blue C M Y K H S L
Decimal 72 229 150 0.69 0 0.34 0.10 149.81 0.75 0.59
Hex 48 E5 96 45 0 22 A 96 4B 3B
Octal 110 345 226 105 0 42 12 226 113 73
Binary 1001000 11100101 10010110 1000101 0 100010 1010 10010110 1001011 111011

Color Harmonies of #48E596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E596

Black with #48E596

Text Example


Text Example

White with #48E596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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