Html Css Color HEX #48EBA1 Shamrock

📋 copy color: '#48EBA1'

red 72 ◦ green 235 ◦ blue 161

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

Shades of Shamrock #48EBA1

Tints of Shamrock #48EBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.21%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 15.38%
G = 50.21%
B = 34.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#48EBA1 (or 0x48EBA1) is known color: Shamrock. HEX triplet: 48, EB and A1. RGB value is (72,235,161). Sum of RGB (Red+Green+Blue) = 72+235+161=468 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.38% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EBA1 is #B7145E. Grayscale: #B1B1B1. Windows color (decimal): -11998303 or 10611528. OLE color: 10611528.

HSL color Cylindrical-coordinate representation of color #48EBA1: hue angle of 152.76º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBA1 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 235 161 -
CMYK 0.69 0 0.31 0.08
HSL 152.76º 0.8% 0.6% -
HSV(B) 152.76º 0.69% 0.92% -
XYZ 38.81 63.37 43.9 -
YUV 177.83 118.5 52.52 -
System Red Green Blue C M Y K H S L
Decimal 72 235 161 0.69 0 0.31 0.08 152.76 0.8 0.6
Hex 48 EB A1 45 0 1F 8 99 50 3C
Octal 110 353 241 105 0 37 10 231 120 74
Binary 1001000 11101011 10100001 1000101 0 11111 1000 10011001 1010000 111100

Color Harmonies of #48EBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBA1

Black with #48EBA1

Text Example


Text Example

White with #48EBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,235,161); }

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

background-color css

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

 a { background-color: rgb(72,235,161); }

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

border-color css

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

 span { border-color: rgb(72,235,161); }

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