Html Css Color HEX #48EA9B Shamrock

📋 copy color: '#48EA9B'

red 72 ◦ green 234 ◦ blue 155

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

Shades of Shamrock #48EA9B

Tints of Shamrock #48EA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 15.62%
G = 50.76%
B = 33.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#48EA9B (or 0x48EA9B) is known color: Shamrock. HEX triplet: 48, EA and 9B. RGB value is (72,234,155). Sum of RGB (Red+Green+Blue) = 72+234+155=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EA9B is #B71564. Grayscale: #B0B0B0. Windows color (decimal): -11998565 or 10218056. OLE color: 10218056.

HSL color Cylindrical-coordinate representation of color #48EA9B: hue angle of 150.74º degrees, saturation: 0.79, 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 #48EA9B is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 155 -
CMYK 0.69 0 0.34 0.08
HSL 150.74º 0.79% 0.6% -
HSV(B) 150.74º 0.69% 0.92% -
XYZ 38.01 62.59 41.09 -
YUV 176.56 115.83 53.42 -
System Red Green Blue C M Y K H S L
Decimal 72 234 155 0.69 0 0.34 0.08 150.74 0.79 0.6
Hex 48 EA 9B 45 0 22 8 97 4F 3C
Octal 110 352 233 105 0 42 10 227 117 74
Binary 1001000 11101010 10011011 1000101 0 100010 1000 10010111 1001111 111100

Color Harmonies of #48EA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA9B

Black with #48EA9B

Text Example


Text Example

White with #48EA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,155); }

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

background-color css

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

 a { background-color: rgb(72,234,155); }

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

border-color css

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

 span { border-color: rgb(72,234,155); }

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