#48E2A7

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

Shades of Shamrock #48E2A7

Tints of Shamrock #48E2A7

Color information

#48E2A7 (or 0x48E2A7) is unknown color: approx Shamrock. HEX triplet: 48, E2 and A7. RGB value is (72,226,167). Sum of RGB (Red+Green+Blue) = 72+226+167=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #48E2A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E2A7 is #B71D58. Grayscale: #ADADAD. Windows color (decimal): -12000601 or 11002440. OLE color: 11002440.

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

Color convert

RGB72226167-
CMYK0.6800.260.11
HSL157.01º72.64%58.43%-
HSV(B)157.01º68.14%88.63%-
XYZ36.8458.5645.92-
YUV173.23124.4855.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 226 (88.67% from 255) = 48.60%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=15.48%
G=48.60%
B=35.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722261670.6800.260.11157.0172.6458.43
Hex48E2A74401AB9d493a
Octal1103422471040321323511172
Binary1001000111000101010011110001000110101011100111011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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