#48D99B

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

Shades of Shamrock #48D99B

Tints of Shamrock #48D99B

Color information

#48D99B (or 0x48D99B) is unknown color: approx Shamrock. HEX triplet: 48, D9 and 9B. RGB value is (72,217,155). Sum of RGB (Red+Green+Blue) = 72+217+155=444 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.22% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #48D99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D99B is #B72664. Grayscale: #A6A6A6. Windows color (decimal): -12002917 or 10213704. OLE color: 10213704.

HSL color Cylindrical-coordinate representation of color #48D99B: hue angle of 154.34º 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 #48D99B is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB72217155-
CMYK0.6700.290.15
HSL154.34º65.61%56.67%-
HSV(B)154.34º66.82%85.1%-
XYZ33.453.3739.55-
YUV166.58121.4660.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.22%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=16.22%
G=48.87%
B=34.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722171550.6700.290.15154.3465.6156.67
Hex48D99B4301DF9a4239
Octal1103312331030351723210271
Binary1001000110110011001101110000110111011111100110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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