#5DECB3

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

Shades of Medium Aquamarine #5DECB3

Tints of Medium Aquamarine #5DECB3

Color information

#5DECB3 (or 0x5DECB3) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, EC and B3. RGB value is (93,236,179). Sum of RGB (Red+Green+Blue) = 93+236+179=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECB3 is #A2134C. Grayscale: #BABABA. Windows color (decimal): -10621773 or 11791453. OLE color: 11791453.

HSL color Cylindrical-coordinate representation of color #5DECB3: hue angle of 156.08º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECB3 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB93236179-
CMYK0.6100.240.07
HSL156.08º79.01%64.51%-
HSV(B)156.08º60.59%92.55%-
XYZ42.6565.5753.06-
YUV186.74123.6261.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.31%
GREEN value IS 236 (92.58% from 255) = 46.46%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=18.31%
G=46.46%
B=35.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932361790.6100.240.07156.0879.0164.51
Hex5DECB33D01879c4f41
Octal135354263750307234117101
Binary101110111101100101100111111010110001111001110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,236,179); }

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

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

 a { background-color: rgb(93,236,179); }

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

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

 span { border-color: rgb(93,236,179); }

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