#48DDA8

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

Shades of Shamrock #48DDA8

Tints of Shamrock #48DDA8

Color information

#48DDA8 (or 0x48DDA8) is unknown color: approx Shamrock. HEX triplet: 48, DD and A8. RGB value is (72,221,168). Sum of RGB (Red+Green+Blue) = 72+221+168=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DDA8 is #B72257. Grayscale: #AAAAAA. Windows color (decimal): -12001880 or 11066696. OLE color: 11066696.

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

Color convert

RGB72221168-
CMYK0.6700.240.13
HSL158.66º68.66%57.45%-
HSV(B)158.66º67.42%86.67%-
XYZ35.655.9245.96-
YUV170.41126.6457.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.62%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=15.62%
G=47.94%
B=36.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722211680.6700.240.13158.6668.6657.45
Hex48DDA843018D9f4539
Octal1103352501030301523710571
Binary1001000110111011010100010000110110001101100111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,221,168); }

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

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

 a { background-color: rgb(72,221,168); }

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

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

 span { border-color: rgb(72,221,168); }

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