#5BD7AE

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

Shades of Medium Aquamarine #5BD7AE

Tints of Medium Aquamarine #5BD7AE

Color information

#5BD7AE (or 0x5BD7AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D7 and AE. RGB value is (91,215,174). Sum of RGB (Red+Green+Blue) = 91+215+174=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #5BD7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD7AE is #A42851. Grayscale: #ADADAD. Windows color (decimal): -10758226 or 11458395. OLE color: 11458395.

HSL color Cylindrical-coordinate representation of color #5BD7AE: hue angle of 160.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BD7AE is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB91215174-
CMYK0.5800.190.16
HSL160.16º60.78%60%-
HSV(B)160.16º57.67%84.31%-
XYZ36.2553.8848.53-
YUV173.25128.4269.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=18.96%
G=44.79%
B=36.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912151740.5800.190.16160.1660.7860
Hex5BD7AE3A01310a03d3c
Octal13332725672023202407574
Binary101101111010111101011101110100100111000010100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,215,174); }

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

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

 a { background-color: rgb(91,215,174); }

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

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

 span { border-color: rgb(91,215,174); }

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