#48CD9D

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

Shades of Shamrock #48CD9D

Tints of Shamrock #48CD9D

Color information

#48CD9D (or 0x48CD9D) is unknown color: approx Shamrock. HEX triplet: 48, CD and 9D. RGB value is (72,205,157). Sum of RGB (Red+Green+Blue) = 72+205+157=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CD9D is #B73262. Grayscale: #9F9F9F. Windows color (decimal): -12005987 or 10341704. OLE color: 10341704.

HSL color Cylindrical-coordinate representation of color #48CD9D: hue angle of 158.35º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CD9D is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB72205157-
CMYK0.6500.230.20
HSL158.35º57.08%54.31%-
HSV(B)158.35º64.88%80.39%-
XYZ30.5947.4739.45-
YUV159.76126.4465.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.59%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=16.59%
G=47.24%
B=36.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722051570.6500.230.20158.3557.0854.31
Hex48CD9D41017149e3936
Octal110315235101027242367166
Binary1001000110011011001110110000010101111010010011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,157); }

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

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

 a { background-color: rgb(72,205,157); }

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

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

 span { border-color: rgb(72,205,157); }

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