#48E6AB

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

Shades of Shamrock #48E6AB

Tints of Shamrock #48E6AB

Color information

#48E6AB (or 0x48E6AB) is unknown color: approx Shamrock. HEX triplet: 48, E6 and AB. RGB value is (72,230,171). Sum of RGB (Red+Green+Blue) = 72+230+171=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E6AB is #B71954. Grayscale: #B0B0B0. Windows color (decimal): -11999573 or 11265608. OLE color: 11265608.

HSL color Cylindrical-coordinate representation of color #48E6AB: hue angle of 157.59º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6AB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB72230171-
CMYK0.6900.260.10
HSL157.59º75.96%59.22%-
HSV(B)157.59º68.7%90.2%-
XYZ38.3260.9148.27-
YUV176.03125.1553.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 230 (90.23% from 255) = 48.63%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=15.22%
G=48.63%
B=36.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal722301710.6900.260.10157.5975.9659.22
Hex48E6AB4501AA9e4c3b
Octal1103462531050321223611473
Binary1001000111001101010101110001010110101010100111101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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