#5be7ac

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

Shades of Medium Aquamarine #5BE7AC

Tints of Medium Aquamarine #5BE7AC

Color information

#5BE7AC (or 0x5BE7AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, E7 and AC. RGB value is (91,231,172). Sum of RGB (Red+Green+Blue) = 91+231+172=494 (65% of max value = 765). Red value is 91 (35.94% from 255 or 18.42% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #5BE7AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BE7AC is #A41853. Grayscale: #B6B6B6. Windows color (decimal): -10754132 or 11331419. OLE color: 11331419.

HSL color Cylindrical-coordinate representation of color #5BE7AC: hue angle of 154.71º 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 #5BE7AC is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB91231172-
CMYK0.6100.260.09
HSL154.71º74.47%63.14%-
HSV(B)154.71º60.61%90.59%-
XYZ40.3462.3548.94-
YUV182.41122.1262.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.42%
GREEN value IS 231 (90.62% from 255) = 46.76%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=18.42%
G=46.76%
B=34.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal912311720.6100.260.09154.7174.4763.14
Hex5BE7AC3D01A99b4a3f
Octal133347254750321123311277
Binary101101111100111101011001111010110101001100110111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5be7ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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