#48E09F

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

Shades of Shamrock #48E09F

Tints of Shamrock #48E09F

Color information

#48E09F (or 0x48E09F) is unknown color: approx Shamrock. HEX triplet: 48, E0 and 9F. RGB value is (72,224,159). Sum of RGB (Red+Green+Blue) = 72+224+159=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #48E09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E09F is #B71F60. Grayscale: #ABABAB. Windows color (decimal): -12001121 or 10477640. OLE color: 10477640.

HSL color Cylindrical-coordinate representation of color #48E09F: hue angle of 154.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E09F is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB72224159-
CMYK0.6800.290.12
HSL154.34º71.03%58.04%-
HSV(B)154.34º67.86%87.84%-
XYZ35.5957.1941.96-
YUV171.14121.1457.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.82%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=15.82%
G=49.23%
B=34.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241590.6800.290.12154.3471.0358.04
Hex48E09F4401DC9a473a
Octal1103402371040351423210772
Binary1001000111000001001111110001000111011100100110101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,159); }

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

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

 a { background-color: rgb(72,224,159); }

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

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

 span { border-color: rgb(72,224,159); }

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