#48D9A4

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

Shades of Shamrock #48D9A4

Tints of Shamrock #48D9A4

Color information

#48D9A4 (or 0x48D9A4) is unknown color: approx Shamrock. HEX triplet: 48, D9 and A4. RGB value is (72,217,164). Sum of RGB (Red+Green+Blue) = 72+217+164=453 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.89% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #48D9A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D9A4 is #B7265B. Grayscale: #A7A7A7. Windows color (decimal): -12002908 or 10803528. OLE color: 10803528.

HSL color Cylindrical-coordinate representation of color #48D9A4: hue angle of 158.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D9A4 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB72217164-
CMYK0.6700.240.15
HSL158.07º65.61%56.67%-
HSV(B)158.07º66.82%85.1%-
XYZ34.1953.6843.68-
YUV167.6125.9659.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.89%
GREEN value IS 217 (85.16% from 255) = 47.90%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=15.89%
G=47.90%
B=36.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722171640.6700.240.15158.0765.6156.67
Hex48D9A443018F9e4239
Octal1103312441030301723610271
Binary1001000110110011010010010000110110001111100111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,217,164); }

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

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

 a { background-color: rgb(72,217,164); }

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

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

 span { border-color: rgb(72,217,164); }

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