#48e8ae

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

Shades of Medium Aquamarine #48E8AE

Tints of Medium Aquamarine #48E8AE

Color information

#48E8AE (or 0x48E8AE) is unknown color: approx Medium Aquamarine. HEX triplet: 48, E8 and AE. RGB value is (72,232,174). Sum of RGB (Red+Green+Blue) = 72+232+174=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #48E8AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E8AE is #B71751. Grayscale: #B1B1B1. Windows color (decimal): -11999058 or 11462728. OLE color: 11462728.

HSL color Cylindrical-coordinate representation of color #48E8AE: hue angle of 158.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E8AE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB72232174-
CMYK0.6900.250.09
HSL158.25º77.67%59.61%-
HSV(B)158.25º68.97%90.98%-
XYZ39.1762.1549.98-
YUV177.55125.9952.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.06%
GREEN value IS 232 (91.02% from 255) = 48.54%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=15.06%
G=48.54%
B=36.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal722321740.6900.250.09158.2577.6759.61
Hex48E8AE4501999e4e3c
Octal1103502561050311123611674
Binary1001000111010001010111010001010110011001100111101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48e8ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,232,174); }

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

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

 a { background-color: rgb(72,232,174); }

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

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

 span { border-color: rgb(72,232,174); }

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