#5DF3AB

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

Shades of Medium Aquamarine #5DF3AB

Tints of Medium Aquamarine #5DF3AB

Color information

#5DF3AB (or 0x5DF3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F3 and AB. RGB value is (93,243,171). Sum of RGB (Red+Green+Blue) = 93+243+171=507 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.34% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #5DF3AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF3AB is #A20C54. Grayscale: #BEBEBE. Windows color (decimal): -10619989 or 11268957. OLE color: 11268957.

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

Color convert

RGB93243171-
CMYK0.6200.300.05
HSL151.2º86.21%65.88%-
HSV(B)151.2º61.73%95.29%-
XYZ43.9269.3749.6-
YUV189.94117.358.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.34%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=18.34%
G=47.93%
B=33.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal932431710.6200.300.05151.286.2165.88
Hex5DF3AB3E01E5975642
Octal135363253760365227126102
Binary101110111110011101010111111100111101011001011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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