#5AEBB5

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

Shades of Medium Aquamarine #5AEBB5

Tints of Medium Aquamarine #5AEBB5

Color information

#5AEBB5 (or 0x5AEBB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EB and B5. RGB value is (90,235,181). Sum of RGB (Red+Green+Blue) = 90+235+181=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEBB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEBB5 is #A5144A. Grayscale: #B9B9B9. Windows color (decimal): -10818635 or 11922266. OLE color: 11922266.

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

Color convert

RGB90235181-
CMYK0.6200.230.08
HSL157.66º78.38%63.73%-
HSV(B)157.66º61.7%92.16%-
XYZ42.2764.9354.02-
YUV185.49125.4659.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.79%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=17.79%
G=46.44%
B=35.77%

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
Decimal902351810.6200.230.08157.6678.3863.73
Hex5AEBB53E01789e4e40
Octal1323532657602710236116100
Binary1011010111010111011010111111001011110001001111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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