#48E99F

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

Shades of Shamrock #48E99F

Tints of Shamrock #48E99F

Color information

#48E99F (or 0x48E99F) is unknown color: approx Shamrock. HEX triplet: 48, E9 and 9F. RGB value is (72,233,159). Sum of RGB (Red+Green+Blue) = 72+233+159=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #48E99F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E99F is #B71660. Grayscale: #B0B0B0. Windows color (decimal): -11998817 or 10479944. OLE color: 10479944.

HSL color Cylindrical-coordinate representation of color #48E99F: hue angle of 152.42º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E99F is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB72233159-
CMYK0.6900.320.09
HSL152.42º78.54%59.8%-
HSV(B)152.42º69.1%91.37%-
XYZ38.0762.1642.79-
YUV176.42118.1653.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.52%
GREEN value IS 233 (91.41% from 255) = 50.22%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=15.52%
G=50.22%
B=34.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722331590.6900.320.09152.4278.5459.8
Hex48E99F450209984f3c
Octal1103512371050401123011774
Binary10010001110100110011111100010101000001001100110001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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