#5BD6AE

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

Shades of Medium Aquamarine #5BD6AE

Tints of Medium Aquamarine #5BD6AE

Color information

#5BD6AE (or 0x5BD6AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D6 and AE. RGB value is (91,214,174). Sum of RGB (Red+Green+Blue) = 91+214+174=479 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.00% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD6AE is #A42951. Grayscale: #ACACAC. Windows color (decimal): -10758482 or 11458139. OLE color: 11458139.

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

Color convert

RGB91214174-
CMYK0.5700.190.16
HSL160.49º60%59.8%-
HSV(B)160.49º57.48%83.92%-
XYZ3653.3748.45-
YUV172.66128.7569.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.00%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=19.00%
G=44.68%
B=36.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal912141740.5700.190.16160.496059.8
Hex5BD6AE3901310a03c3c
Octal13332625671023202407474
Binary101101111010110101011101110010100111000010100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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