#5AEFAF

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

Shades of Medium Aquamarine #5AEFAF

Tints of Medium Aquamarine #5AEFAF

Color information

#5AEFAF (or 0x5AEFAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5A, EF and AF. RGB value is (90,239,175). Sum of RGB (Red+Green+Blue) = 90+239+175=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #5AEFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEFAF is #A51050. Grayscale: #BBBBBB. Windows color (decimal): -10817617 or 11530074. OLE color: 11530074.

HSL color Cylindrical-coordinate representation of color #5AEFAF: hue angle of 154.23º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEFAF is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB90239175-
CMYK0.6200.270.06
HSL154.23º82.32%64.51%-
HSV(B)154.23º62.34%93.73%-
XYZ42.826751.23-
YUV187.15121.1458.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.86%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=17.86%
G=47.42%
B=34.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902391750.6200.270.06154.2382.3264.51
Hex5AEFAF3E01B69a5241
Octal132357257760336232122101
Binary101101011101111101011111111100110111101001101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,239,175); }

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

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

 a { background-color: rgb(90,239,175); }

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

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

 span { border-color: rgb(90,239,175); }

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