#5AEBB6

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

Shades of Medium Aquamarine #5AEBB6

Tints of Medium Aquamarine #5AEBB6

Color information

#5AEBB6 (or 0x5AEBB6) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EB and B6. RGB value is (90,235,182). Sum of RGB (Red+Green+Blue) = 90+235+182=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBB6 is #A51449. Grayscale: #B9B9B9. Windows color (decimal): -10818634 or 11987802. OLE color: 11987802.

HSL color Cylindrical-coordinate representation of color #5AEBB6: hue angle of 158.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEBB6 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB90235182-
CMYK0.6200.230.08
HSL158.07º78.38%63.73%-
HSV(B)158.07º61.7%92.16%-
XYZ42.3764.9754.56-
YUV185.6125.9659.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.75%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=17.75%
G=46.35%
B=35.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902351820.6200.230.08158.0778.3863.73
Hex5AEBB63E01789e4e40
Octal1323532667602710236116100
Binary1011010111010111011011011111001011110001001111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AEBB6; }

 p { color: rgb(90,235,182); }

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

<style>
 a { background-color: #5AEBB6; }

 a { background-color: rgb(90,235,182); }

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

<style>
 span { border-color: #5AEBB6; }

 span { border-color: rgb(90,235,182); }

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