#48E4A7

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

Shades of Shamrock #48E4A7

Tints of Shamrock #48E4A7

Color information

#48E4A7 (or 0x48E4A7) is unknown color: approx Shamrock. HEX triplet: 48, E4 and A7. RGB value is (72,228,167). Sum of RGB (Red+Green+Blue) = 72+228+167=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #48E4A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E4A7 is #B71B58. Grayscale: #AEAEAE. Windows color (decimal): -12000089 or 11002952. OLE color: 11002952.

HSL color Cylindrical-coordinate representation of color #48E4A7: hue angle of 156.54º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E4A7 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB72228167-
CMYK0.6800.270.11
HSL156.54º74.29%58.82%-
HSV(B)156.54º68.42%89.41%-
XYZ37.3959.6546.1-
YUV174.4123.8254.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.42%
GREEN value IS 228 (89.45% from 255) = 48.82%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=15.42%
G=48.82%
B=35.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722281670.6800.270.11156.5474.2958.82
Hex48E4A74401BB9d4a3b
Octal1103442471040331323511273
Binary1001000111001001010011110001000110111011100111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,228,167); }

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

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

 a { background-color: rgb(72,228,167); }

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

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

 span { border-color: rgb(72,228,167); }

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