#48E1AF

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

Shades of Medium Aquamarine #48E1AF

Tints of Medium Aquamarine #48E1AF

Color information

#48E1AF (or 0x48E1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 48, E1 and AF. RGB value is (72,225,175). Sum of RGB (Red+Green+Blue) = 72+225+175=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E1AF is #B71E50. Grayscale: #ADADAD. Windows color (decimal): -12000849 or 11526472. OLE color: 11526472.

HSL color Cylindrical-coordinate representation of color #48E1AF: hue angle of 160.39º 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 #48E1AF is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB72225175-
CMYK0.6800.220.12
HSL160.39º71.83%58.24%-
HSV(B)160.39º68%88.24%-
XYZ37.3458.3249.85-
YUV173.55128.8155.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 225 (88.28% from 255) = 47.67%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=15.25%
G=47.67%
B=37.08%

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
Decimal722251750.6800.220.12160.3971.8358.24
Hex48E1AF44016Ca0483a
Octal1103412571040261424011072
Binary1001000111000011010111110001000101101100101000001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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