#48EAAE

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

Shades of Medium Aquamarine #48EAAE

Tints of Medium Aquamarine #48EAAE

Color information

#48EAAE (or 0x48EAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 48, EA and AE. RGB value is (72,234,174). Sum of RGB (Red+Green+Blue) = 72+234+174=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #48EAAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EAAE is #B71551. Grayscale: #B2B2B2. Windows color (decimal): -11998546 or 11463240. OLE color: 11463240.

HSL color Cylindrical-coordinate representation of color #48EAAE: hue angle of 157.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EAAE is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB72234174-
CMYK0.6900.260.08
HSL157.78º79.41%60%-
HSV(B)157.78º69.23%91.76%-
XYZ39.7463.2850.16-
YUV178.72125.3351.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15%
GREEN value IS 234 (91.80% from 255) = 48.75%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=15%
G=48.75%
B=36.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722341740.6900.260.08157.7879.4160
Hex48EAAE4501A89e4f3c
Octal1103522561050321023611774
Binary1001000111010101010111010001010110101000100111101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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