Html Css Color HEX #48EDA0 Shamrock

📋 copy color: '#48EDA0'

red 72 ◦ green 237 ◦ blue 160

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

Shades of Shamrock #48EDA0

Tints of Shamrock #48EDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 15.35%
G = 50.53%
B = 34.12%

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

#48EDA0 (or 0x48EDA0) is known color: Shamrock. HEX triplet: 48, ED and A0. RGB value is (72,237,160). Sum of RGB (Red+Green+Blue) = 72+237+160=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EDA0 is #B7125F. Grayscale: #B3B3B3. Windows color (decimal): -11997792 or 10546504. OLE color: 10546504.

HSL color Cylindrical-coordinate representation of color #48EDA0: hue angle of 152º 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 #48EDA0 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 160 -
CMYK 0.70 0 0.32 0.07
HSL 152º 0.82% 0.61% -
HSV(B) 152º 0.7% 0.93% -
XYZ 39.3 64.48 43.63 -
YUV 178.89 117.34 51.76 -
System Red Green Blue C M Y K H S L
Decimal 72 237 160 0.70 0 0.32 0.07 152 0.82 0.61
Hex 48 ED A0 46 0 20 7 98 52 3D
Octal 110 355 240 106 0 40 7 230 122 75
Binary 1001000 11101101 10100000 1000110 0 100000 111 10011000 1010010 111101

Color Harmonies of #48EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDA0

Black with #48EDA0

Text Example


Text Example

White with #48EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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