Html Css Color HEX #48EDA2 Shamrock

📋 copy color: '#48EDA2'

red 72 ◦ green 237 ◦ blue 162

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

Shades of Shamrock #48EDA2

Tints of Shamrock #48EDA2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 15.29%
G = 50.32%
B = 34.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#48EDA2 (or 0x48EDA2) is known color: Shamrock. HEX triplet: 48, ED and A2. RGB value is (72,237,162). Sum of RGB (Red+Green+Blue) = 72+237+162=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EDA2 is #B7125D. Grayscale: #B3B3B3. Windows color (decimal): -11997790 or 10677576. OLE color: 10677576.

HSL color Cylindrical-coordinate representation of color #48EDA2: hue angle of 152.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDA2 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 162 -
CMYK 0.70 0 0.32 0.07
HSL 152.73º 0.82% 0.61% -
HSV(B) 152.73º 0.7% 0.93% -
XYZ 39.48 64.55 44.56 -
YUV 179.12 118.34 51.6 -
System Red Green Blue C M Y K H S L
Decimal 72 237 162 0.70 0 0.32 0.07 152.73 0.82 0.61
Hex 48 ED A2 46 0 20 7 99 52 3D
Octal 110 355 242 106 0 40 7 231 122 75
Binary 1001000 11101101 10100010 1000110 0 100000 111 10011001 1010010 111101

Color Harmonies of #48EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDA2

Black with #48EDA2

Text Example


Text Example

White with #48EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,237,162); }

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

background-color css

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

 a { background-color: rgb(72,237,162); }

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

border-color css

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

 span { border-color: rgb(72,237,162); }

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