#5be7a4

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

Shades of Medium Aquamarine #5BE7A4

Tints of Medium Aquamarine #5BE7A4

Color information

#5BE7A4 (or 0x5BE7A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, E7 and A4. RGB value is (91,231,164). Sum of RGB (Red+Green+Blue) = 91+231+164=486 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.72% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BE7A4 is #A4185B. Grayscale: #B5B5B5. Windows color (decimal): -10754140 or 10807131. OLE color: 10807131.

HSL color Cylindrical-coordinate representation of color #5BE7A4: hue angle of 151.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BE7A4 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB91231164-
CMYK0.6100.290.09
HSL151.29º74.47%63.14%-
HSV(B)151.29º60.61%90.59%-
XYZ39.5962.0645.01-
YUV181.5118.1263.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.72%
GREEN value IS 231 (90.62% from 255) = 47.53%
BLUE value IS 164 (64.45% from 255) = 33.74%
R=18.72%
G=47.53%
B=33.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912311640.6100.290.09151.2974.4763.14
Hex5BE7A43D01D9974a3f
Octal133347244750351122711277
Binary101101111100111101001001111010111011001100101111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be7a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,231,164); }

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

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

 a { background-color: rgb(91,231,164); }

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

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

 span { border-color: rgb(91,231,164); }

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