#48E1B0

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

Shades of Medium Aquamarine #48E1B0

Tints of Medium Aquamarine #48E1B0

Color information

#48E1B0 (or 0x48E1B0) is unknown color: approx Medium Aquamarine. HEX triplet: 48, E1 and B0. RGB value is (72,225,176). Sum of RGB (Red+Green+Blue) = 72+225+176=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E1B0 is #B71E4F. Grayscale: #ADADAD. Windows color (decimal): -12000848 or 11592008. OLE color: 11592008.

HSL color Cylindrical-coordinate representation of color #48E1B0: hue angle of 160.78º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1B0 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB72225176-
CMYK0.6800.220.12
HSL160.78º71.83%58.24%-
HSV(B)160.78º68%88.24%-
XYZ37.4358.3650.37-
YUV173.67129.3155.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=15.22%
G=47.57%
B=37.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722251760.6800.220.12160.7871.8358.24
Hex48E1B044016Ca1483a
Octal1103412601040261424111072
Binary1001000111000011011000010001000101101100101000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,225,176); }

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

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

 a { background-color: rgb(72,225,176); }

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

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

 span { border-color: rgb(72,225,176); }

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