#48C9A1

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

Shades of Shamrock #48C9A1

Tints of Shamrock #48C9A1

Color information

#48C9A1 (or 0x48C9A1) is unknown color: approx Shamrock. HEX triplet: 48, C9 and A1. RGB value is (72,201,161). Sum of RGB (Red+Green+Blue) = 72+201+161=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #48C9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C9A1 is #B7365E. Grayscale: #9D9D9D. Windows color (decimal): -12007007 or 10602824. OLE color: 10602824.

HSL color Cylindrical-coordinate representation of color #48C9A1: hue angle of 161.4º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C9A1 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB72201161-
CMYK0.6400.200.21
HSL161.4º54.43%53.53%-
HSV(B)161.4º64.18%78.82%-
XYZ29.9945.7240.96-
YUV157.87129.7666.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 201 (78.91% from 255) = 46.31%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=16.59%
G=46.31%
B=37.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722011610.6400.200.21161.454.4353.53
Hex48C9A14001415a13636
Octal110311241100024252416666
Binary1001000110010011010000110000000101001010110100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,201,161); }

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

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

 a { background-color: rgb(72,201,161); }

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

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

 span { border-color: rgb(72,201,161); }

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