#5DCFA3

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

Shades of Medium Aquamarine #5DCFA3

Tints of Medium Aquamarine #5DCFA3

Color information

#5DCFA3 (or 0x5DCFA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CF and A3. RGB value is (93,207,163). Sum of RGB (Red+Green+Blue) = 93+207+163=463 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.09% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA3 is #A2305C. Grayscale: #A7A7A7. Windows color (decimal): -10629213 or 10735453. OLE color: 10735453.

HSL color Cylindrical-coordinate representation of color #5DCFA3: hue angle of 156.84º 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 #5DCFA3 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB93207163-
CMYK0.5500.210.19
HSL156.84º54.29%58.82%-
HSV(B)156.84º55.07%81.18%-
XYZ33.4449.642.46-
YUV167.9125.2374.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.09%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=20.09%
G=44.71%
B=35.21%

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
Decimal932071630.5500.210.19156.8454.2958.82
Hex5DCFA337015139d363b
Octal13531724367025232356673
Binary101110111001111101000111101110101011001110011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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