#48EB9E

Color #48EB9E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #48EB9E

Tints of Shamrock #48EB9E

Color information

#48EB9E (or 0x48EB9E) is unknown color: approx Shamrock. HEX triplet: 48, EB and 9E. RGB value is (72,235,158). Sum of RGB (Red+Green+Blue) = 72+235+158=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #48EB9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EB9E is #B71461. Grayscale: #B1B1B1. Windows color (decimal): -11998306 or 10414920. OLE color: 10414920.

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

Color convert

RGB72235158-
CMYK0.6900.330.08
HSL151.66º80.3%60.2%-
HSV(B)151.66º69.36%92.16%-
XYZ38.5563.2642.53-
YUV177.4811752.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 235 (92.19% from 255) = 50.54%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=15.48%
G=50.54%
B=33.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351580.6900.330.08151.6680.360.2
Hex48EB9E45021898503c
Octal1103532361050411023012074
Binary10010001110101110011110100010101000011000100110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48EB9E;
 }
 .AnyTagClassName
 {
   color: #48EB9E;
 }
</style>
background-color css

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

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

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

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

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

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