#5BF3AB

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

Shades of Medium Aquamarine #5BF3AB

Tints of Medium Aquamarine #5BF3AB

Color information

#5BF3AB (or 0x5BF3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, F3 and AB. RGB value is (91,243,171). Sum of RGB (Red+Green+Blue) = 91+243+171=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #5BF3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5BF3AB is #A40C54. Grayscale: #BDBDBD. Windows color (decimal): -10751061 or 11268955. OLE color: 11268955.

HSL color Cylindrical-coordinate representation of color #5BF3AB: hue angle of 151.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BF3AB is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB91243171-
CMYK0.6300.300.05
HSL151.58º86.36%65.49%-
HSV(B)151.58º62.55%95.29%-
XYZ43.7269.2749.59-
YUV189.34117.6457.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.02%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=18.02%
G=48.12%
B=33.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal912431710.6300.300.05151.5886.3665.49
Hex5BF3AB3F01E5985641
Octal133363253770365230126101
Binary101101111110011101010111111110111101011001100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,243,171); }

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

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

 a { background-color: rgb(91,243,171); }

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

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

 span { border-color: rgb(91,243,171); }

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