#48DBA0

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

Shades of Shamrock #48DBA0

Tints of Shamrock #48DBA0

Color information

#48DBA0 (or 0x48DBA0) is unknown color: approx Shamrock. HEX triplet: 48, DB and A0. RGB value is (72,219,160). Sum of RGB (Red+Green+Blue) = 72+219+160=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBA0 is #B7245F. Grayscale: #A8A8A8. Windows color (decimal): -12002400 or 10541896. OLE color: 10541896.

HSL color Cylindrical-coordinate representation of color #48DBA0: hue angle of 155.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DBA0 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB72219160-
CMYK0.6700.270.14
HSL155.92º67.12%57.06%-
HSV(B)155.92º67.12%85.88%-
XYZ34.3554.5841.98-
YUV168.32123.359.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.96%
GREEN value IS 219 (85.94% from 255) = 48.56%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=15.96%
G=48.56%
B=35.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722191600.6700.270.14155.9267.1257.06
Hex48DBA04301BE9c4339
Octal1103332401030331623410371
Binary1001000110110111010000010000110110111110100111001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,160); }

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

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

 a { background-color: rgb(72,219,160); }

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

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

 span { border-color: rgb(72,219,160); }

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