#48D3AB

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

Shades of Shamrock #48D3AB

Tints of Shamrock #48D3AB

Color information

#48D3AB (or 0x48D3AB) is unknown color: approx Shamrock. HEX triplet: 48, D3 and AB. RGB value is (72,211,171). Sum of RGB (Red+Green+Blue) = 72+211+171=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #48D3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D3AB is #B72C54. Grayscale: #A4A4A4. Windows color (decimal): -12004437 or 11260744. OLE color: 11260744.

HSL color Cylindrical-coordinate representation of color #48D3AB: hue angle of 162.73º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D3AB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB72211171-
CMYK0.6600.190.17
HSL162.73º61.23%55.49%-
HSV(B)162.73º65.88%82.75%-
XYZ33.3250.9146.6-
YUV164.88131.4561.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.86%
GREEN value IS 211 (82.81% from 255) = 46.48%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=15.86%
G=46.48%
B=37.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal722111710.6600.190.17162.7361.2355.49
Hex48D3AB4201311a33d37
Octal110323253102023212437567
Binary1001000110100111010101110000100100111000110100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,211,171); }

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

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

 a { background-color: rgb(72,211,171); }

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

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

 span { border-color: rgb(72,211,171); }

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