#48E7A6

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

Shades of Shamrock #48E7A6

Tints of Shamrock #48E7A6

Color information

#48E7A6 (or 0x48E7A6) is unknown color: approx Shamrock. HEX triplet: 48, E7 and A6. RGB value is (72,231,166). Sum of RGB (Red+Green+Blue) = 72+231+166=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #48E7A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E7A6 is #B71859. Grayscale: #B0B0B0. Windows color (decimal): -11999322 or 10938184. OLE color: 10938184.

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

Color convert

RGB72231166-
CMYK0.6900.280.09
HSL155.47º76.81%59.41%-
HSV(B)155.47º68.83%90.59%-
XYZ38.1361.2845.9-
YUV176.05122.3253.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.35%
GREEN value IS 231 (90.62% from 255) = 49.25%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=15.35%
G=49.25%
B=35.39%

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
Decimal722311660.6900.280.09155.4776.8159.41
Hex48E7A64501C99b4d3b
Octal1103472461050341123311573
Binary1001000111001111010011010001010111001001100110111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,231,166); }

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

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

 a { background-color: rgb(72,231,166); }

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

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

 span { border-color: rgb(72,231,166); }

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