#5DCEA3

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

Shades of Medium Aquamarine #5DCEA3

Tints of Medium Aquamarine #5DCEA3

Color information

#5DCEA3 (or 0x5DCEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CE and A3. RGB value is (93,206,163). Sum of RGB (Red+Green+Blue) = 93+206+163=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCEA3 is #A2315C. Grayscale: #A7A7A7. Windows color (decimal): -10629469 or 10735197. OLE color: 10735197.

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

Color convert

RGB93206163-
CMYK0.5500.210.19
HSL157.17º53.55%58.63%-
HSV(B)157.17º54.85%80.78%-
XYZ33.249.1142.38-
YUV167.31125.5675-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.13%
GREEN value IS 206 (80.86% from 255) = 44.59%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=20.13%
G=44.59%
B=35.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932061630.5500.210.19157.1753.5558.63
Hex5DCEA337015139d363b
Octal13531624367025232356673
Binary101110111001110101000111101110101011001110011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,206,163); }

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

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

 a { background-color: rgb(93,206,163); }

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

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

 span { border-color: rgb(93,206,163); }

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