#5BCE9A

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

Shades of Medium Aquamarine #5BCE9A

Tints of Medium Aquamarine #5BCE9A

Color information

#5BCE9A (or 0x5BCE9A) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CE and 9A. RGB value is (91,206,154). Sum of RGB (Red+Green+Blue) = 91+206+154=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCE9A is #A43165. Grayscale: #A5A5A5. Windows color (decimal): -10760550 or 10145371. OLE color: 10145371.

HSL color Cylindrical-coordinate representation of color #5BCE9A: hue angle of 152.87º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCE9A is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB91206154-
CMYK0.5600.250.19
HSL152.87º53.99%58.24%-
HSV(B)152.87º55.83%80.78%-
XYZ32.2248.738.27-
YUV165.69121.474.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.18%
GREEN value IS 206 (80.86% from 255) = 45.68%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=20.18%
G=45.68%
B=34.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912061540.5600.250.19152.8753.9958.24
Hex5BCE9A380191399363a
Octal13331623270031232316672
Binary101101111001110100110101110000110011001110011001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,206,154); }

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

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

 a { background-color: rgb(91,206,154); }

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

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

 span { border-color: rgb(91,206,154); }

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