#48FDA0

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

Shades of Shamrock #48FDA0

Tints of Shamrock #48FDA0

Color information

#48FDA0 (or 0x48FDA0) is unknown color: approx Shamrock. HEX triplet: 48, FD and A0. RGB value is (72,253,160). Sum of RGB (Red+Green+Blue) = 72+253+160=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #48FDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FDA0 is #B7025F. Grayscale: #BCBCBC. Windows color (decimal): -11993696 or 10550600. OLE color: 10550600.

HSL color Cylindrical-coordinate representation of color #48FDA0: hue angle of 149.17º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FDA0 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB72253160-
CMYK0.7200.370.01
HSL149.17º97.84%63.73%-
HSV(B)149.17º71.54%99.22%-
XYZ44.1474.1745.25-
YUV188.28112.0345.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.85%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 160 (62.89% from 255) = 32.99%
R=14.85%
G=52.16%
B=32.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722531600.7200.370.01149.1797.8463.73
Hex48FDA0480251956240
Octal1103752401100451225142100
Binary100100011111101101000001001000010010111001010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,253,160); }

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

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

 a { background-color: rgb(72,253,160); }

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

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

 span { border-color: rgb(72,253,160); }

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