#48E8A7

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

Shades of Shamrock #48E8A7

Tints of Shamrock #48E8A7

Color information

#48E8A7 (or 0x48E8A7) is unknown color: approx Shamrock. HEX triplet: 48, E8 and A7. RGB value is (72,232,167). Sum of RGB (Red+Green+Blue) = 72+232+167=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #48E8A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E8A7 is #B71758. Grayscale: #B0B0B0. Windows color (decimal): -11999065 or 11003976. OLE color: 11003976.

HSL color Cylindrical-coordinate representation of color #48E8A7: hue angle of 155.62º degrees, saturation: 0.78, 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 #48E8A7 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB72232167-
CMYK0.6900.280.09
HSL155.62º77.67%59.61%-
HSV(B)155.62º68.97%90.98%-
XYZ38.561.8846.47-
YUV176.75122.4953.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.29%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=15.29%
G=49.26%
B=35.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722321670.6900.280.09155.6277.6759.61
Hex48E8A74501C99c4e3c
Octal1103502471050341123411674
Binary1001000111010001010011110001010111001001100111001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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