#48EBA5

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

Shades of Shamrock #48EBA5

Tints of Shamrock #48EBA5

Color information

#48EBA5 (or 0x48EBA5) is unknown color: approx Shamrock. HEX triplet: 48, EB and A5. RGB value is (72,235,165). Sum of RGB (Red+Green+Blue) = 72+235+165=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EBA5 is #B7145A. Grayscale: #B2B2B2. Windows color (decimal): -11998299 or 10873672. OLE color: 10873672.

HSL color Cylindrical-coordinate representation of color #48EBA5: hue angle of 154.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBA5 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB72235165-
CMYK0.6900.300.08
HSL154.23º80.3%60.2%-
HSV(B)154.23º69.36%92.16%-
XYZ39.1763.5145.79-
YUV178.28120.552.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 235 (92.19% from 255) = 49.79%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=15.25%
G=49.79%
B=34.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351650.6900.300.08154.2380.360.2
Hex48EBA54501E89a503c
Octal1103532451050361023212074
Binary1001000111010111010010110001010111101000100110101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,235,165); }

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

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

 a { background-color: rgb(72,235,165); }

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

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

 span { border-color: rgb(72,235,165); }

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