#5BD6AD

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

Shades of Medium Aquamarine #5BD6AD

Tints of Medium Aquamarine #5BD6AD

Color information

#5BD6AD (or 0x5BD6AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, D6 and AD. RGB value is (91,214,173). Sum of RGB (Red+Green+Blue) = 91+214+173=478 (63% of max value = 765). Red value is 91 (35.94% from 255 or 19.04% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #5BD6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BD6AD is #A42952. Grayscale: #ACACAC. Windows color (decimal): -10758483 or 11392603. OLE color: 11392603.

HSL color Cylindrical-coordinate representation of color #5BD6AD: hue angle of 160º 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 #5BD6AD is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB91214173-
CMYK0.5700.190.16
HSL160º60%59.8%-
HSV(B)160º57.48%83.92%-
XYZ35.953.3347.94-
YUV172.55128.2569.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.04%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=19.04%
G=44.77%
B=36.19%

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
Decimal912141730.5700.190.161606059.8
Hex5BD6AD3901310a03c3c
Octal13332625571023202407474
Binary101101111010110101011011110010100111000010100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BD6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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