#48D3AC

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

Shades of Shamrock #48D3AC

Tints of Shamrock #48D3AC

Color information

#48D3AC (or 0x48D3AC) is unknown color: approx Shamrock. HEX triplet: 48, D3 and AC. RGB value is (72,211,172). Sum of RGB (Red+Green+Blue) = 72+211+172=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #48D3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D3AC is #B72C53. Grayscale: #A5A5A5. Windows color (decimal): -12004436 or 11326280. OLE color: 11326280.

HSL color Cylindrical-coordinate representation of color #48D3AC: hue angle of 163.17º 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 #48D3AC is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB72211172-
CMYK0.6600.180.17
HSL163.17º61.23%55.49%-
HSV(B)163.17º65.88%82.75%-
XYZ33.4150.9447.1-
YUV164.99131.9561.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.82%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=15.82%
G=46.37%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal722111720.6600.180.17163.1761.2355.49
Hex48D3AC4201211a33d37
Octal110323254102022212437567
Binary1001000110100111010110010000100100101000110100011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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