#5AEBB7

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

Shades of Medium Aquamarine #5AEBB7

Tints of Medium Aquamarine #5AEBB7

Color information

#5AEBB7 (or 0x5AEBB7) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EB and B7. RGB value is (90,235,183). Sum of RGB (Red+Green+Blue) = 90+235+183=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBB7 is #A51448. Grayscale: #B9B9B9. Windows color (decimal): -10818633 or 12053338. OLE color: 12053338.

HSL color Cylindrical-coordinate representation of color #5AEBB7: hue angle of 158.48º 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 #5AEBB7 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB90235183-
CMYK0.6200.220.08
HSL158.48º78.38%63.73%-
HSV(B)158.48º61.7%92.16%-
XYZ42.4765.0155.11-
YUV185.72126.4659.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.72%
GREEN value IS 235 (92.19% from 255) = 46.26%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=17.72%
G=46.26%
B=36.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal902351830.6200.220.08158.4878.3863.73
Hex5AEBB73E01689e4e40
Octal1323532677602610236116100
Binary1011010111010111011011111111001011010001001111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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